Browse Source

Upgrade shoulda.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11324 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.0
Jean-Philippe Lang 11 years ago
parent
commit
69ff805c8d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile 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]

Loading…
Cancel
Save