Skip to content

Commit

Permalink
Gemfile: prevent "rake db:migrate RAILS_ENV=test" causes exception on…
Browse files Browse the repository at this point in the history
… Ruby 1.9.3 (#10320, #10818)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10137 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Jul 31, 2012
1 parent 96306f9 commit f50da15
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 @@ -74,6 +74,8 @@ end

group :test do
gem "shoulda", "~> 2.11"
# Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
gem "test-unit", :platforms => [:mri_19]
gem "mocha"
end

Expand Down

0 comments on commit f50da15

Please sign in to comment.