##// END OF EJS Templates
Add a constraint on "shoulda-matchers" version (#17828)....
Jean-Baptiste Barth -
r13048:e632a79d59fc
parent child
Show More
@@ -86,6 +86,7 end
86 86
87 87 group :test do
88 88 gem "shoulda", "~> 3.3.2"
89 gem "shoulda-matchers", "1.4.1"
89 90 gem "mocha", "~> 1.0.0", :require => 'mocha/api'
90 91 if RUBY_VERSION >= '1.9.3'
91 92 gem "capybara", "~> 2.1.0"
General Comments 0
You need to be logged in to leave comments. Login now