Skip to content

Commit

Permalink
Bundle rake, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jul 6, 2011
1 parent ca3fcc5 commit ed88328
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 @@ -3,3 +3,4 @@ gem "rspec", :require => false
gem "capybara"
gem "sinatra", :require => false
gem "mini_magick", :require => false
gem 'rake'
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -20,6 +20,7 @@ GEM
rack (1.3.0)
rack-test (0.6.0)
rack (>= 1.0)
rake (0.9.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand Down Expand Up @@ -48,5 +49,6 @@ PLATFORMS
DEPENDENCIES
capybara
mini_magick
rake
rspec
sinatra

0 comments on commit ed88328

Please sign in to comment.