Upgrade shoulda.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11324 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-02-03 15:49:02 +00:00
parent 25e1842f5f
commit 69ff805c8d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ group :development do
end
group :test do
gem "shoulda", "~> 2.11"
gem "shoulda", "~> 3.3.2"
# Shoulda does not work nice on Ruby 1.9.3 and JRuby 1.7.
# It seems to need test-unit explicitely.
platforms = [:mri_19]