summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-02-03 15:49:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-02-03 15:49:02 +0000
commit69ff805c8d421566f49f4b98a227475e04a71a4b (patch)
treead1f89026591a34a67243f813905a7530d7f8ff8 /Gemfile
parent25e1842f5fa9c24fe31f7b14c76c99d02825c9a1 (diff)
downloadredmine-69ff805c8d421566f49f4b98a227475e04a71a4b.tar.gz
redmine-69ff805c8d421566f49f4b98a227475e04a71a4b.zip
Upgrade shoulda.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11324 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cc03f1928..56c451e94 100644
--- 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]