Updating Gemfile to include rake so it works with rvm and bundler without complaint
This commit is contained in:
parent
f8a30f4665
commit
3a91f37c2a
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source :gemcutter
|
|||
gem "activerecord", "~> 3.0.0"
|
||||
|
||||
group :development do
|
||||
gem "rake"
|
||||
gem "jeweler", ">= 1.4.0"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue