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

master v0.2.4
Zach Dennis 2011-01-05 19:12:48 -05:00
parent f8a30f4665
commit 3a91f37c2a
1 changed files with 1 additions and 0 deletions

View File

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