Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add rake as a development dependency.
Rake is used in development, but is not indicated as a dependency.
'bundle exec rake' fails without it.
  • Loading branch information
joeyates authored and Brian D. Burns committed Dec 2, 2013
1 parent 6584ce2 commit 38e181e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -45,4 +45,5 @@ group :no_ci do

gem 'yard'
gem 'redcarpet'
gem 'rake'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -79,6 +79,7 @@ GEM
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -134,6 +135,7 @@ DEPENDENCIES
net-sftp
net-ssh
open4
rake
rb-fsevent
rb-inotify
redcarpet
Expand Down

0 comments on commit 38e181e

Please sign in to comment.