From 1767be6b25acd1414a05fa0b2620289b3e8a88be Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 4 Apr 2021 00:55:43 +0000 Subject: [PATCH] Update capybara to 3.35 (#35025). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20914 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d9ff4e524..23c142258 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :test do gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma' - gem 'capybara', '~> 3.31.0' + gem 'capybara', '~> 3.35.3' gem "selenium-webdriver" gem 'webdrivers', '~> 4.4', require: false # RuboCop -- 2.39.5