-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
28 lines (24 loc) · 819 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "~> 2.7"
# 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", "~> 1.0.0.alpha10"
# Puma is a Rack-compatible server
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.2"
gem "activesupport"
gem "holidays"
gem "icalendar"