Skip to content

Commit

Permalink
Update Gemfile to use rake 0.8.7
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
Sven Fuchs committed Jun 21, 2011
1 parent 852f033 commit 6170ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ gem 'mocha'
gem 'timecop'
gem 'diff-lcs', '~> 1.1.2'

gem 'rake', '0.8.7'

group :mac do
gem "rb-fsevent"
end
Expand Down

0 comments on commit 6170ab1

Please sign in to comment.