From: Eric Davis Date: Sat, 19 Jun 2010 19:01:53 +0000 (+0000) Subject: Pin shoulda, 2.11.x changes it's API and deprecates a lot of macros. X-Git-Tag: 1.0.0~55 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f93750c804a8e3291303ed579d7a457fc091ab8;p=redmine.git Pin shoulda, 2.11.x changes it's API and deprecates a lot of macros. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3782 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/environments/test.rb b/config/environments/test.rb index 138c8ccb1..5f2b027ef 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -24,6 +24,6 @@ config.action_controller.session = { # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application config.action_controller.allow_forgery_protection = false -config.gem "shoulda" +config.gem "shoulda", :version => "~> 2.10.3" config.gem "edavis10-object_daddy", :lib => "object_daddy" config.gem "mocha"