diff options
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |