From 62af5a6c0669e88c794748d81a5a263f6cf9d6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 12:58:45 +0000 Subject: [PATCH] Update rubocop requirement from < 1.0 to < 2.0 in /lang/ruby Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.0.0...v1.12.1) Signed-off-by: dependabot[bot] --- lang/ruby/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ruby/Gemfile b/lang/ruby/Gemfile index 74fa5054d16..d5cb7f0fca8 100644 --- a/lang/ruby/Gemfile +++ b/lang/ruby/Gemfile @@ -25,5 +25,5 @@ gem 'parallel' gem 'webrick' # rubocop v1.0 and later introduces new Lint cops to be addressed -gem 'rubocop', '< 1.0' +gem 'rubocop', '< 2.0' gem 'rdoc'