Defect #37884 » 001-limit-selenium-webdriver-for-4_2-stable.patch
| 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' |