Skip to content

Commit

Permalink
adding rake to gemfile for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kocher committed Oct 25, 2011
1 parent a6a585a commit 532ad34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source "http://rubygems.org"
# Specify your gem's dependencies in soloist.gemspec
gemspec

gem "rspec", "2.4.0"
gem "rake"
gem "rspec", "2.4.0"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
systemu
yajl-ruby
polyglot (0.3.2)
rake (0.8.7)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.4.0)
Expand All @@ -70,5 +71,6 @@ PLATFORMS
ruby

DEPENDENCIES
rake
rspec (= 2.4.0)
soloist!

0 comments on commit 532ad34

Please sign in to comment.