Skip to content

Commit

Permalink
Adding rake to Gemfile 'cause Travis said so.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Aug 18, 2011
1 parent a1dd80d commit 5e62fc1
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 @@ source :rubygems
gem "cucumber"
gem "hpricot"
gem "rspec"
gem "rake"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -13,6 +13,7 @@ GEM
json (>= 1.4.6)
hpricot (0.8.4)
json (1.5.3)
rake (0.9.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -29,4 +30,5 @@ PLATFORMS
DEPENDENCIES
cucumber
hpricot
rake
rspec

0 comments on commit 5e62fc1

Please sign in to comment.