Skip to content

Commit

Permalink
Add rake to gemfile for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mcolyer committed Jun 11, 2013
1 parent 3bd1b35 commit 2c4b2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem 'rack-rpc'
gem 'hacklet'

group :development do
gem 'rake'
gem 'rspec'
gem 'rack-test'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GEM
rack (>= 1.0)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
Expand All @@ -32,4 +33,5 @@ DEPENDENCIES
hacklet
rack-rpc
rack-test
rake
rspec

0 comments on commit 2c4b2be

Please sign in to comment.