File tree Expand file tree Collapse file tree 2 files changed +187
-152
lines changed
Expand file tree Collapse file tree 2 files changed +187
-152
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "jekyll" , "~> 3.8.5 "
3+ # gem "jekyll", "~> 4.0 "
44gem 'kramdown'
55gem '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!
1212group :jekyll_plugins do
13- gem "jekyll-feed" , "~> 0.11"
13+ gem "jekyll-feed"
14+ gem 'jekyll-paginate'
1415end
1516
17+ gem 'webrick'
18+
1619# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1720# and associated library.
1821install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
You can’t perform that action at this time.
0 commit comments