summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-02-08 06:42:18 +0000
committerGo MAEDA <maeda@farend.jp>2021-02-08 06:42:18 +0000
commitfb15a9eee4e76d0efb267078d2336ac693dcfd67 (patch)
treef8c6501c21bc2a0397480dac8f73f81ec69d7a38 /Gemfile
parent8bdea4c1cb70a96ea1df8f43e83f0aa0d2b4c577 (diff)
downloadredmine-fb15a9eee4e76d0efb267078d2336ac693dcfd67.tar.gz
redmine-fb15a9eee4e76d0efb267078d2336ac693dcfd67.zip
Add 'webdrivers' gem to manage Chromedriver installation (#34579).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20742 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8d0c19d68..522c11865 100644
--- a/Gemfile
+++ b/Gemfile
@@ -91,6 +91,7 @@ group :test do
gem 'puma'
gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
+ gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.9.1'
gem 'rubocop-performance', '~> 1.9.0'