mention rake specifically as devel dependency

This commit is contained in:
phinze 2012-11-21 15:49:50 -06:00
parent 59d28bca55
commit bad686bda2
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
source :rubygems
group :test do
gem 'rake'
gem 'purdytest'
gem 'mocha'
end

View File

@ -7,6 +7,7 @@ GEM
metaclass (~> 0.0.1)
purdytest (1.0.0)
minitest (~> 2.2)
rake (10.0.1)
PLATFORMS
ruby
@ -14,3 +15,4 @@ PLATFORMS
DEPENDENCIES
mocha
purdytest
rake