[DRE-commits] [chef] 06/07: Update gemspec file

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jun 5 15:26:41 UTC 2016


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

terceiro pushed a commit to branch patch-queue/master
in repository chef.

commit dff3f11f309f67b3e93bb906e0da47ffc318b12c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jun 4 13:17:06 2016 -0300

    Update gemspec file
    
    - remove rspec-junit-formatter dependency
    
    Gbp-Pq: Name 0001-Update-gemspec-file.patch
---
 chef.gemspec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chef.gemspec b/chef.gemspec
index 59367b0..6bd3d35 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -37,7 +37,6 @@ Gem::Specification.new do |s|
 
   # Audit mode requires these, so they are non-developmental dependencies now
   %w{rspec-core rspec-expectations rspec-mocks}.each { |gem| s.add_dependency gem, "~> 3.4" }
-  s.add_dependency "rspec_junit_formatter", "~> 0.2.0"
   s.add_dependency "serverspec", "~> 2.7"
   s.add_dependency "specinfra", "~> 2.10"
 

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



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