From a9088c9a6503e6d4acf08bd419156313f4e279be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 08:19:08 +0000 Subject: [PATCH] Update rubocop requirement from <= 0.81 to <= 1.55 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.54.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... 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 b711e7b3015..6a6a6744b81 100644 --- a/lang/ruby/Gemfile +++ b/lang/ruby/Gemfile @@ -26,7 +26,7 @@ gem 'parallel', '<= 1.19.2' gem 'webrick' # rubocop 0.82 requires Ruby 2.4+ -gem 'rubocop', '<= 0.81' +gem 'rubocop', '<= 1.55' # rdoc 6.2.1 requires Ruby 2.4+ gem 'rdoc', '<= 6.2.0'