diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2014-09-16 21:17:29 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2014-09-16 21:17:29 +0000 |
commit | e632a79d59fc90ef0076f741f16b84fb689b99df (patch) | |
tree | 9d7335736cd84d42a9f259278baf42191cc00b43 /Gemfile | |
parent | 5a96012ad0ead59e2af651226766a4899c358b84 (diff) | |
download | redmine-e632a79d59fc90ef0076f741f16b84fb689b99df.tar.gz redmine-e632a79d59fc90ef0076f741f16b84fb689b99df.zip |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ end group :test do gem "shoulda", "~> 3.3.2" + gem "shoulda-matchers", "1.4.1" gem "mocha", "~> 1.0.0", :require => 'mocha/api' if RUBY_VERSION >= '1.9.3' gem "capybara", "~> 2.1.0" |