debian-mirror-gitlab/debian/patches/Gemfile/0120-relax-capybara.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
306 B
Diff
Raw Normal View History

2020-11-19 16:24:27 +05:30
--- a/Gemfile
+++ b/Gemfile
2022-08-13 16:00:24 +05:30
@@ -346,7 +346,7 @@
2022-05-07 22:13:53 +05:30
gem 'rspec-benchmark', '~> 0.6.0'
2020-11-19 16:24:27 +05:30
gem 'rspec-parameterized', require: false
2021-06-09 22:52:32 +05:30
- gem 'capybara', '~> 3.35', '~> 3.35.3'
2020-11-19 16:24:27 +05:30
+ gem 'capybara', '~> 3.12'
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.22'
2021-10-01 04:34:20 +05:30
gem 'selenium-webdriver', '~> 3.1','>= 3.142'
2020-11-19 16:24:27 +05:30