No longer neccessary to prefix rake with bundle exec
This commit is contained in:
parent
a213bb31c3
commit
9c9da37f5f
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -27,4 +27,3 @@ gem "paint", "~> 2.3"
|
|||
gem "dotenv", "~> 2.8"
|
||||
gem "listen", "~> 3.0"
|
||||
gem "memoize", "~> 1.3"
|
||||
gem "rake"
|
||||
|
|
|
@ -87,7 +87,6 @@ GEM
|
|||
rack (3.0.9)
|
||||
rainbow (3.1.1)
|
||||
rainpress (1.0.1)
|
||||
rake (13.1.0)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
|
@ -159,7 +158,6 @@ DEPENDENCIES
|
|||
nanoc-webpack.rb
|
||||
paint (~> 2.3)
|
||||
rainpress (~> 1.0)
|
||||
rake
|
||||
ryo.rb
|
||||
sass (~> 3.7)
|
||||
server.rb!
|
||||
|
|
Loading…
Reference in a new issue