##// END OF EJS Templates
Pin shoulda, 2.11.x changes it's API and deprecates a lot of macros....
Eric Davis -
r3668:5f93750c804a
parent child
Show More
@@ -24,6 +24,6 config.action_controller.session = {
24 24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application
25 25 config.action_controller.allow_forgery_protection = false
26 26
27 config.gem "shoulda"
27 config.gem "shoulda", :version => "~> 2.10.3"
28 28 config.gem "edavis10-object_daddy", :lib => "object_daddy"
29 29 config.gem "mocha"
General Comments 0
You need to be logged in to leave comments. Login now