summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-11-14 00:23:40 +0000
committerGo MAEDA <maeda@farend.jp>2019-11-14 00:23:40 +0000
commit2dfa50ce855557975a9c8ac62413618f45d3a097 (patch)
tree250030a045343a793f0d92c37775cbb7fdd846e3 /Gemfile
parent5c0b2506b37adbeb96fc37857e3eed411edd1a40 (diff)
downloadredmine-2dfa50ce855557975a9c8ac62413618f45d3a097.tar.gz
redmine-2dfa50ce855557975a9c8ac62413618f45d3a097.zip
Update capybara (~> 3.29.0) (#32453).
Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19073 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e9b30c6d2..ec61c6950 100644
--- a/Gemfile
+++ b/Gemfile
@@ -81,7 +81,7 @@ group :test do
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests
gem 'puma', '~> 3.7'
- gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0")
+ gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 0.76.0'