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

12 lines
306 B
Diff
Raw Normal View History

2020-11-19 16:24:27 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -373,7 +373,7 @@
2021-01-29 14:51:13 +05:30
gem 'rspec_profiling', '~> 0.0.6'
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