upgrade gems
This commit is contained in:
parent
ec3316b5b2
commit
35f67f1140
2
Gemfile
2
Gemfile
|
@ -9,3 +9,5 @@ group :jekyll_plugins do
|
|||
gem "json"
|
||||
gem "activesupport"
|
||||
end
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
|
|
@ -75,6 +75,7 @@ GEM
|
|||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (1.8.0)
|
||||
webrick (1.7.0)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
|
@ -86,6 +87,7 @@ DEPENDENCIES
|
|||
jekyll-last-modified-at
|
||||
jekyll-sitemap
|
||||
json
|
||||
webrick (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.23
|
||||
|
|
Loading…
Reference in a new issue