From 9f13dc131c9b3a75d35c6831d7c9c8a8db074591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 05:20:14 +0000 Subject: [PATCH] Update rubocop requirement from <= 0.81 to <= 1.12 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.11.0) 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..56b72762ff6 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.12' # rdoc 6.2.1 requires Ruby 2.4+ gem 'rdoc', '<= 6.2.0'