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

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


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

commit 1ab3cf1933f7e6da60b1709b772c04cb59012e48
Author: Ryan Skraba <[email protected]>
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'

Reply via email to