You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/06/29 09:26:04 UTC

[avro] branch master updated: AVRO-3553: Limit changes to rubocop lint (#1741)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 903fa8472 AVRO-3553: Limit changes to rubocop lint (#1741)
903fa8472 is described below

commit 903fa84725ca5b2aaa1c740c9b0c3b4dcf24e023
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Wed Jun 29 11:25:59 2022 +0200

    AVRO-3553: Limit changes to rubocop lint (#1741)
---
 lang/ruby/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/ruby/Gemfile b/lang/ruby/Gemfile
index 96e4449fa..1216df5d8 100644
--- a/lang/ruby/Gemfile
+++ b/lang/ruby/Gemfile
@@ -35,5 +35,5 @@ gem 'webrick'
 gem 'memory_profiler'
 
 # next major version will enable new cops
-gem 'rubocop', '~> 1.15'
+gem 'rubocop', ['>= 1.15', '< 1.31']
 gem 'rdoc'