-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
25 lines (20 loc) · 781 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
source "https://rubygems.org"
gem "bulma-clean-theme"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 232", group: :jekyll_plugins
# If you have any plugins, put them here!
gem 'jekyll-sitemap'
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17.0"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 2.0"
gem "tzinfo-data"
end
gem 'activesupport', '~> 7.1', '>= 7.1.3.4'
# Performance-booster for watching directories on Windows
# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "rexml", ">= 3.3.4"