From aca5bfdc05c20eb6eb39c2a5449548a2ad363474 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 10 Jan 2015 10:26:09 +0000 Subject: [PATCH] Unlock capybara gem version (#18789). git-svn-id: http://svn.redmine.org/redmine/trunk@13862 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de1a1fb99..1f9aee98b 100644 --- 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 -- 2.39.5