debian-mirror-gitlab/debian/patches/0499-10-relax-capybara.patch

12 lines
284 B
Diff
Raw Normal View History

2020-11-19 16:24:27 +05:30
--- a/Gemfile
+++ b/Gemfile
2021-04-30 00:10:56 +05:30
@@ -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-03-08 22:12:33 +05:30
- gem 'capybara', '~> 3.34'
2020-11-19 16:24:27 +05:30
+ gem 'capybara', '~> 3.12'
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.22'
gem 'selenium-webdriver', '~> 3.142'