Sha256: 66f02f588cad399c46d9c63b1eac08581f6e058afe808048b0d2e29b2151dab7

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

####
# Welcome to your project's Gemfile, used by Rubygems & Bundler.
#
# To install a plugin, run:
#
#   bundle add new-plugin-name -g bridgetown_plugins
#
# This will ensure the plugin is added to the correct Bundler group.
#
# When you run Bridgetown commands, we recommend using a binstub like so:
#
#   bin/bridgetown start (or console, etc.)
#
# This will help ensure the proper Bridgetown version is running.
####

# If you need to upgrade/switch Bridgetown versions, change the line below
# and then run `bundle update bridgetown`
gem "bridgetown", "~> <%= Bridgetown::VERSION %>"

# Uncomment to add file-based dynamic routing to your project:
# gem "bridgetown-routes", "~> <%= Bridgetown::VERSION %>"

# Uncomment to use the Inspectors API to manipulate the output
# of your HTML or XML resources:
# gem "nokogiri", "~> 1.13"

# Puma is a Rack-compatible server used by Bridgetown
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bridgetown-core-1.2.0 lib/site_template/Gemfile.erb
bridgetown-core-1.2.0.beta5 lib/site_template/Gemfile.erb
bridgetown-core-1.2.0.beta4 lib/site_template/Gemfile.erb
bridgetown-core-1.2.0.beta3 lib/site_template/Gemfile.erb
bridgetown-core-1.2.0.beta2 lib/site_template/Gemfile.erb
bridgetown-core-1.2.0.beta1 lib/site_template/Gemfile.erb