Relax more test dependencies
This commit is contained in:
parent
8ba09e0eca
commit
b9c8ff8132
3 changed files with 23 additions and 0 deletions
11
debian/patches/0499-10-relax-capybara.patch
vendored
Normal file
11
debian/patches/0499-10-relax-capybara.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -359,7 +359,7 @@
|
||||||
|
gem 'rspec_profiling', '~> 0.0.5'
|
||||||
|
gem 'rspec-parameterized', require: false
|
||||||
|
|
||||||
|
- gem 'capybara', '~> 3.33'
|
||||||
|
+ gem 'capybara', '~> 3.12'
|
||||||
|
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.22'
|
||||||
|
gem 'selenium-webdriver', '~> 3.142'
|
||||||
|
|
10
debian/patches/0499-20-remove-capybara-screenshot.patch
vendored
Normal file
10
debian/patches/0499-20-remove-capybara-screenshot.patch
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -360,7 +360,6 @@
|
||||||
|
gem 'rspec-parameterized', require: false
|
||||||
|
|
||||||
|
gem 'capybara', '~> 3.12'
|
||||||
|
- gem 'capybara-screenshot', '~> 1.0', '>= 1.0.22'
|
||||||
|
gem 'selenium-webdriver', '~> 3.142'
|
||||||
|
|
||||||
|
gem 'shoulda-matchers', '~> 4.0', '>= 4.0.1', require: false
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -14,6 +14,8 @@
|
||||||
0486-relax-sidekiq.patch
|
0486-relax-sidekiq.patch
|
||||||
0488-relax-bullet.patch
|
0488-relax-bullet.patch
|
||||||
0499-disable-png-quantizator.patch
|
0499-disable-png-quantizator.patch
|
||||||
|
0499-10-relax-capybara.patch
|
||||||
|
0499-20-remove-capybara-screenshot.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue