]> source.dussan.org Git - redmine.git/commitdiff
Unlock capybara gem version (#18789).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Jan 2015 10:26:09 +0000 (10:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Jan 2015 10:26:09 +0000 (10:26 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13862 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index de1a1fb99852aa5823687505891f18f7cf622ad8..1f9aee98b08bb756b855d46405a9516542dda2c2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -89,7 +89,7 @@ group :test do
   gem "mocha", "~> 1.0.0", :require => 'mocha/api'
   gem "simplecov", "~> 0.9.1", :require => false
   # For running UI tests
-  gem "capybara", "~> 2.1.0"
+  gem "capybara"
   gem "selenium-webdriver"
 end