update gems
This commit is contained in:
parent
fa5b1bc065
commit
006af5d453
5
Gemfile
5
Gemfile
|
@ -4,5 +4,8 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||||
|
|
||||||
gem "jekyll"
|
gem "bundler"
|
||||||
|
gem "jekyll", ">= 3.8.4"
|
||||||
gem "jekyll-theme-slate"
|
gem "jekyll-theme-slate"
|
||||||
|
gem "jekyll-paginate"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
|
|
Loading…
Reference in New Issue