bump bump
This commit is contained in:
parent
82df7cc794
commit
f2434ce445
2 changed files with 2 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -1,8 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'jekyll', ">=4.2.0"
|
gem 'jekyll'
|
||||||
gem 'rouge'
|
gem 'rouge'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
gem 'racc'
|
gem 'racc'
|
||||||
|
|
||||||
gem "webrick", "~> 1.7"
|
|
||||||
|
|
|
@ -78,12 +78,11 @@ PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (>= 4.2.0)
|
jekyll
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
racc
|
racc
|
||||||
redcarpet
|
redcarpet
|
||||||
rouge
|
rouge
|
||||||
webrick (~> 1.7)
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.4
|
2.6.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue