From 7eb02a03af9d9b3b9537690c5761d86b6168895e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:03:41 +0000 Subject: [PATCH] Update rubocop requirement from <= 0.81 to <= 1.11 in /lang/ruby Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.0.0...v1.10.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..57332eee578 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.11' # rdoc 6.2.1 requires Ruby 2.4+ gem 'rdoc', '<= 6.2.0'