From 8e3b0a82e514ab97ee78940df2817e0fbc9fe66d Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 4 Feb 2020 06:59:29 +0000 Subject: [PATCH] Update capybara to 3.31 (#32453, #32907). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19493 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2dba4f77e..ed4367ca1 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma' - gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0") + gem 'capybara', (RUBY_VERSION < '2.4' ? '~> 3.15.1' : '~> 3.31.0') gem "selenium-webdriver" # RuboCop gem 'rubocop', '~> 0.79.0'