Sha256: 13ba353e5fdda6e2cc5338a9b3a1ccc98f72cb795350649bacb5092040fb6879
Contents?: true
Size: 712 Bytes
Versions: 3
Compression:
Stored size: 712 Bytes
Contents
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Hello! This is where you manage which Bridgetown version is used to run. # When you want to use a different version, change it below, save the # file and run `bundle install`. Run Bridgetown with `bundle exec`, like so: # # bundle exec bridgetown serve # # This will help ensure the proper Bridgetown version is running. # # To install a plugin, simply run bundle add and specify the group # "bridgetown_plugins". For example: # # bundle add some-new-plugin -g bridgetown_plugins # # Happy Bridgetowning! gem "bridgetown", "~> 0.19.2" group :bridgetown_plugins do gem "bridgetown-plausible", path: "../" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-plausible-1.0.2 | demo/Gemfile |
bridgetown-plausible-1.0.1 | demo/Gemfile |
bridgetown-plausible-1.0.0 | demo/Gemfile |