Use version 0.8.7 of rake instead of the current 0.9.0 as the latter is known for causing trouble with rails.

This commit is contained in:
Roland 2011-05-21 23:18:52 +02:00
parent 41f59e08fd
commit 0eff756757
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@ source 'http://rubygems.org'
gem 'rails', '3.0.7'
# don't use version 0.9.0 for now as it's known for causing trouble /w rails
gem 'rake', '0.8.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'