From 12e7718a03f74a76808cc7b7056ac2df054c5ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 05:20:36 +0000 Subject: [PATCH] Update rubocop requirement from <= 0.81 to <= 1.14 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.13.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..74c8b5d8794 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.14' # rdoc 6.2.1 requires Ruby 2.4+ gem 'rdoc', '<= 6.2.0'