summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-11-23 05:29:14 +0000
committerGo MAEDA <maeda@farend.jp>2021-11-23 05:29:14 +0000
commit056a622b628afcdcc8c75429720f167b2da0482e (patch)
treeda55413196c3273918ffc45db79734ea1c40cfc1
parent0a5ef25e87f7896a70bfd86302e6e8995b518f98 (diff)
downloadredmine-056a622b628afcdcc8c75429720f167b2da0482e.tar.gz
redmine-056a622b628afcdcc8c75429720f167b2da0482e.zip
Update Capybara to 3.36 (#35025).
git-svn-id: http://svn.redmine.org/redmine/trunk@21293 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 949fe86d2..73ac9707d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -97,7 +97,7 @@ group :test do
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests
gem 'puma'
- gem 'capybara', '~> 3.35.3'
+ gem 'capybara', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 3.35.3' : '~> 3.36.0')
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop