Skip to content

Commit c54a652

Browse files
committed
Update the Gemfile to run on newer rubies
1 parent 4464c37 commit c54a652

File tree

2 files changed

+187
-152
lines changed

2 files changed

+187
-152
lines changed

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 3.8.5"
3+
#gem "jekyll", "~> 4.0"
44
gem 'kramdown'
55
gem 'rouge'
66

77
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
88
# uncomment the line below. To upgrade, run `bundle update github-pages`.
9-
gem "github-pages", "~> 201", group: :jekyll_plugins
9+
gem "github-pages", group: :jekyll_plugins
1010

1111
# If you have any plugins, put them here!
1212
group :jekyll_plugins do
13-
gem "jekyll-feed", "~> 0.11"
13+
gem "jekyll-feed"
14+
gem 'jekyll-paginate'
1415
end
1516

17+
gem 'webrick'
18+
1619
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1720
# and associated library.
1821
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do

0 commit comments

Comments
 (0)