Skip to content

Commit

Permalink
Explicitly require rake in the gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jun 25, 2011
1 parent 057f518 commit 7306454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,6 +1,8 @@
source :gemcutter
source :rubygems


group :development do
gem 'rake'
gem 'jeweler'
end

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -41,5 +41,6 @@ DEPENDENCIES
em-http-request (= 0.2.11)
jeweler
mocha (>= 0.9.8)
rake
typhoeus (>= 0.1.13)
webmock

0 comments on commit 7306454

Please sign in to comment.