Updating Gemfile to include rake so it works with rvm and bundler without complaint

This commit is contained in:
Zach Dennis 2011-01-05 19:12:48 -05:00
parent f8a30f4665
commit 3a91f37c2a

View file

@ -3,6 +3,7 @@ source :gemcutter
gem "activerecord", "~> 3.0.0"
group :development do
gem "rake"
gem "jeweler", ">= 1.4.0"
end