[DRE-commits] [gitlab] 08/12: relax rspec-retry dependency

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 15:23:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 199c5f1ca53e734f5842f9719d9751fa60633567
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 19:26:29 2016 +0530

    relax rspec-retry dependency
---
 debian/patches/0100-remove-development-test.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0100-remove-development-test.patch b/debian/patches/0100-remove-development-test.patch
index a65dbc4..7dfedfa 100644
--- a/debian/patches/0100-remove-development-test.patch
+++ b/debian/patches/0100-remove-development-test.patch
@@ -37,6 +37,9 @@ Bundler will fail when it can't find these locally
 -  gem 'database_cleaner',   '~> 1.5.0'
 -  gem 'factory_girl_rails', '~> 4.6.0'
 -  gem 'rspec-rails',        '~> 3.5.0'
+-  gem 'rspec-retry',        '~> 0.4.5'
+-  gem 'spinach-rails',      '~> 0.2.1'
+-  gem 'spinach-rerun-reporter', '~> 0.0.2'
 +#group :development, optional: true do
 +if ENV["INCLUDE_TEST_DEPENDS"] == "true"
 +#  gem 'byebug', '~> 8.2.1', platform: :mri
@@ -48,9 +51,7 @@ Bundler will fail when it can't find these locally
 +  gem 'database_cleaner',   '~> 1.5'
 +  gem 'factory_girl_rails', '~> 4.6'
 +  gem 'rspec-rails',        '~> 3.4'
-   gem 'rspec-retry',        '~> 0.4.5'
--  gem 'spinach-rails',      '~> 0.2.1'
--  gem 'spinach-rerun-reporter', '~> 0.0.2'
++  gem 'rspec-retry',        '~> 0.4.3'
 +#  gem 'spinach-rails',      '~> 0.2.1'
 +#  gem 'spinach-rerun-reporter', '~> 0.0.2'
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list