Skip to content

Commit e632a79

Browse files
committed
Add a constraint on "shoulda-matchers" version (#17828).
This helps bundler find its dependencies in case shoulda-matchers v1.4.2 is already installed. In such a case bundler breaks while it shouldn't. git-svn-id: http://svn.redmine.org/redmine/trunk@13411 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 5a96012 commit e632a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ end
8686

8787
group :test do
8888
gem "shoulda", "~> 3.3.2"
89+
gem "shoulda-matchers", "1.4.1"
8990
gem "mocha", "~> 1.0.0", :require => 'mocha/api'
9091
if RUBY_VERSION >= '1.9.3'
9192
gem "capybara", "~> 2.1.0"

0 commit comments

Comments
 (0)