Refresh stable gems in test group
This commit is contained in:
parent
3e562a1b66
commit
64adace59b
3 changed files with 30 additions and 2 deletions
28
debian/patches/0050-relax-stable-libs.patch
vendored
28
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -320,6 +320,34 @@ gitlab Gemfile
|
|||
|
||||
# Perf bar
|
||||
gem 'peek', '~> 1.1'
|
||||
@@ -394,20 +394,20 @@
|
||||
end
|
||||
|
||||
group :test do
|
||||
- gem 'fuubar', '~> 2.2.0'
|
||||
+ gem 'fuubar', '~> 2.2'
|
||||
gem 'rspec-retry', '~> 0.6.1'
|
||||
gem 'rspec_profiling', '~> 0.0.5'
|
||||
gem 'rspec-set', '~> 0.1.3'
|
||||
gem 'rspec-parameterized', require: false
|
||||
|
||||
- gem 'capybara', '~> 3.22.0'
|
||||
- gem 'capybara-screenshot', '~> 1.0.22'
|
||||
+ gem 'capybara', '~> 3.22'
|
||||
+ gem 'capybara-screenshot', '~> 1.0', '>= 1.0.22'
|
||||
gem 'selenium-webdriver', '~> 3.142'
|
||||
|
||||
- gem 'shoulda-matchers', '~> 4.0.1', require: false
|
||||
- gem 'email_spec', '~> 2.2.0'
|
||||
- gem 'json-schema', '~> 2.8.0'
|
||||
- gem 'webmock', '~> 3.5.1'
|
||||
+ gem 'shoulda-matchers', '~> 4.0', '>= 4.0.1', require: false
|
||||
+ gem 'email_spec', '~> 2.2'
|
||||
+ gem 'json-schema', '~> 2.8'
|
||||
+ gem 'webmock', '~> 3.5', '>= 3.5.1'
|
||||
gem 'rails-controller-testing'
|
||||
gem 'concurrent-ruby', '~> 1.1'
|
||||
gem 'test-prof', '~> 0.10.0'
|
||||
@@ -422,7 +422,7 @@
|
||||
gem 'email_reply_trimmer', '~> 0.1'
|
||||
gem 'html2text'
|
||||
|
|
|
@ -85,5 +85,5 @@ Bundler will fail when it can't find these locally
|
|||
-end
|
||||
-
|
||||
group :test do
|
||||
gem 'fuubar', '~> 2.2.0'
|
||||
gem 'fuubar', '~> 2.2'
|
||||
gem 'rspec-retry', '~> 0.6.1'
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
-group :test do
|
||||
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
|
||||
gem 'fuubar', '~> 2.2.0'
|
||||
gem 'fuubar', '~> 2.2'
|
||||
gem 'rspec-retry', '~> 0.6.1'
|
||||
gem 'rspec_profiling', '~> 0.0.5'
|
||||
|
|
Loading…
Reference in a new issue