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 "json"
|
||||||
gem "activesupport"
|
gem "activesupport"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gem "webrick", "~> 1.7"
|
||||||
|
|
|
@ -75,6 +75,7 @@ GEM
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
|
webrick (1.7.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
@ -86,6 +87,7 @@ DEPENDENCIES
|
||||||
jekyll-last-modified-at
|
jekyll-last-modified-at
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
json
|
json
|
||||||
|
webrick (~> 1.7)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.23
|
2.3.23
|
||||||
|
|
Loading…
Reference in a new issue