Project

General

Profile

Defect #37884 » 001-limit-selenium-webdriver-for-4_2-stable-2.patch

Ko Nagase, 2022-11-03 06:39

View differences:

Gemfile
100 100
  # TODO: Remove version specification once Capybara supports Puma 6
101 101
  gem 'puma', '< 6.0.0'
102 102
  gem 'capybara', '~> 3.31.0'
103
  gem "selenium-webdriver"
103
  gem "selenium-webdriver", "~> 3.142.7"
104 104
  gem 'webdrivers', '~> 4.4', require: false
105 105
  # RuboCop
106 106
  gem 'rubocop', '~> 1.12.0'
(2-2/2)