[DRE-commits] [ruby-aruba] 05/09: Fix dependency on rubocop

Hideki Yamane henrich at moszumanska.debian.org
Sun Aug 21 06:42:07 UTC 2016


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

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit 70a78abfaaed2bafa16b6ebf21ac9b56d95f8534
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Mon Aug 15 16:01:29 2016 +0200

    Fix dependency on rubocop
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index a98ec84..ff6bffc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,7 +55,7 @@ group :development, :test do
 
   if RUBY_VERSION >= '1.9.3'
     # Make aruba compliant to ruby community guide
-    gem 'rubocop', '~> 0.32'
+    gem 'rubocop', '~> 0.32', '< 0.41.1'
   end
 
   if RUBY_VERSION >= '1.9.3'

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



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