gem 'rake'
This commit is contained in:
parent
a44ab3ee44
commit
a98e865335
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,6 +20,8 @@ gem 'jekyll-sitemap'
|
|||
# html-proofer for testing
|
||||
gem 'html-proofer'
|
||||
|
||||
gem 'rake'
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
# gem "github-pages", group: :jekyll_plugins
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ GEM
|
|||
pathutil (0.14.0)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (2.0.5)
|
||||
rake (12.0.0)
|
||||
rb-fsevent (0.9.8)
|
||||
rb-inotify (0.9.8)
|
||||
ffi (>= 0.5.0)
|
||||
|
|
@ -82,6 +83,7 @@ DEPENDENCIES
|
|||
jekyll-feed (~> 0.6)
|
||||
jekyll-sitemap
|
||||
minima (~> 2.0)
|
||||
rake
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.2.3p173
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue