Sha256: e6002c6fd970ed9530e0529c1eea81e08d3f13ff1fbf92006f9706f5c6c34203

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 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
#
# and add a relevant init comment to your config/initializers.rb file.
#
# 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 %>"

# Puma is the Rack-compatible web server used by Bridgetown
# (you can optionally limit this to the "development" group)
gem "puma", "< 7"

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

# Or for faster parsing of HTML-only resources via Inspectors, use Nokolexbor:
# gem "nokolexbor", "~> 0.5"

Version data entries

4 entries across 4 versions & 1 rubygems

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