Added rake to gemfile, attempt to fix heroku db:migrate error
This commit is contained in:
parent
10aef4e15a
commit
de30e330fe
1
Gemfile
1
Gemfile
@ -1,6 +1,7 @@
|
|||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '3.0.8'
|
gem 'rails', '3.0.8'
|
||||||
|
gem 'rake', '0.9.2'
|
||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user