Sha256: d76275ea48b8d1e9a37f810e1f62b88a4db54d851f6a103f62606f4b0721aab9
Contents?: true
Size: 766 Bytes
Versions: 11
Compression:
Stored size: 766 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 like so: # # bin/bridgetown start (or console, etc.) # # 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", "~> <%= Bridgetown::VERSION %>" # Puma is a Rack-compatible server # (you can optionally limit this to the "development" group) gem "puma", "~> 5.2"
Version data entries
11 entries across 11 versions & 1 rubygems