Sha256: 47ca2e22ffacea001900c818c914b0d170f5b22dcba03a7bd3c96bbc0947d7e2

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 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 %>"

# 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.4"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bridgetown-core-1.3.4 lib/site_template/Gemfile.erb
bridgetown-core-1.3.3 lib/site_template/Gemfile.erb
bridgetown-core-1.3.2 lib/site_template/Gemfile.erb
bridgetown-core-1.3.1 lib/site_template/Gemfile.erb
bridgetown-core-1.3.0 lib/site_template/Gemfile.erb
bridgetown-core-1.3.0.beta3 lib/site_template/Gemfile.erb
bridgetown-core-1.3.0.beta2 lib/site_template/Gemfile.erb
bridgetown-core-1.3.0.beta1 lib/site_template/Gemfile.erb