Upgrade shoulda.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11324 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
25e1842f5f
commit
69ff805c8d
2
Gemfile
2
Gemfile
|
@ -74,7 +74,7 @@ group :development do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
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.
|
# Shoulda does not work nice on Ruby 1.9.3 and JRuby 1.7.
|
||||||
# It seems to need test-unit explicitely.
|
# It seems to need test-unit explicitely.
|
||||||
platforms = [:mri_19]
|
platforms = [:mri_19]
|
||||||
|
|
Loading…
Reference in New Issue