]> source.dussan.org Git - redmine.git/commitdiff
Upgrade shoulda.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Feb 2013 15:49:02 +0000 (15:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Feb 2013 15:49:02 +0000 (15:49 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11324 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index cc03f1928acb571e06e80edf7208145d34e629ba..56c451e9445339b07ba37ef592440d0bc72cedd7 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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]