Add "rake" to Gemfile
This commit is contained in:
parent
3797e2c3a1
commit
353202425e
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -20,3 +20,4 @@ gem "paint", "~> 2.3"
|
|||
gem "listen", "~> 3.0"
|
||||
gem "test-cmd.rb"
|
||||
gem "rexml", "~> 3.3.3"
|
||||
gem "rake", "~> 13.2"
|
||||
|
|
|
@ -87,6 +87,7 @@ GEM
|
|||
racc (1.8.1)
|
||||
rack (3.1.7)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
|
@ -154,6 +155,7 @@ DEPENDENCIES
|
|||
nanoc-tidy.rb (~> 0.8.4)
|
||||
nanoc-webpack.rb (~> 0.10)
|
||||
paint (~> 2.3)
|
||||
rake (~> 13.2)
|
||||
rexml (~> 3.3.3)
|
||||
ryo.rb
|
||||
server.rb
|
||||
|
|
Loading…
Reference in a new issue