Update Gemfile to use rake 0.8.7

rake 0.9.x won't be compatible with Cucumber::Rake::Task::ForkedCucumberRunner which uses the RUBY constant, resulting in 'uninitialized constant Cucumber::Rake::Task::ForkedCucumberRunner::RUBY'
This commit is contained in:
Sven Fuchs 2011-06-21 16:46:25 +02:00
parent 852f033160
commit 6170ab119f

View File

@ -21,6 +21,8 @@ gem 'mocha'
gem 'timecop' gem 'timecop'
gem 'diff-lcs', '~> 1.1.2' gem 'diff-lcs', '~> 1.1.2'
gem 'rake', '0.8.7'
group :mac do group :mac do
gem "rb-fsevent" gem "rb-fsevent"
end end