Sha256: d490294209aa17252e2ebb76e1d817034d41ef18adc82603d90e8343c6f64818

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 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", "~> 1.1.0"
group :bridgetown_plugins do
  gem "bridgetown-plausible", path: "../"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bridgetown-plausible-1.1.0 demo/Gemfile