Sha256: 4f624e161f80e04b334b21875f6ca3b64e6d041cb08633bf0ab1b797b0368bb1
Contents?: true
Size: 765 Bytes
Versions: 1
Compression:
Stored size: 765 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" gem "bridgetown-quick-search", "~> 1.0", :group => :bridgetown_plugins gem "bulmatown", path: "../../bulmatown", group: :bridgetown_plugins
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulmatown-1.0.0 | example/Gemfile |