Skip to content

Commit c080b8b

Browse files
Update Gemfile
1 parent b3e84fe commit c080b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

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

3-
gem "github-pages", "~> 231", group: :jekyll_plugins
3+
gem "github-pages", "~> 232", group: :jekyll_plugins
44

55
group :jekyll_plugins do
66
gem "jekyll-paginate"
7-
gem "jekyll-feed", "~> 0.12"
7+
gem "jekyll-feed", "~> 0.17"
88
end
99

1010
platforms :mingw, :x64_mingw, :mswin, :jruby do
@@ -15,4 +15,4 @@ end
1515
gem 'jekyll-seo-tag'
1616
gem "webrick"
1717
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
18-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
18+
gem "http_parser.rb", "~> 0.8.0", :platforms => [:jruby]

0 commit comments

Comments
 (0)