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 1
1
source "https://rubygems.org"
2
2
3
- gem "jekyll" , "~> 3.8.5 "
3
+ # gem "jekyll", "~> 4.0 "
4
4
gem 'kramdown'
5
5
gem 'rouge'
6
6
7
7
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
8
8
# 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
10
10
11
11
# If you have any plugins, put them here!
12
12
group :jekyll_plugins do
13
- gem "jekyll-feed" , "~> 0.11"
13
+ gem "jekyll-feed"
14
+ gem 'jekyll-paginate'
14
15
end
15
16
17
+ gem 'webrick'
18
+
16
19
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
17
20
# and associated library.
18
21
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
You can’t perform that action at this time.
0 commit comments