From 650371f0b17acd785562486e751c10c63691737b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jan 2021 13:54:04 +0000 Subject: [PATCH] Update rubocop requirement from <= 0.81 to <= 1.9 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.8.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 7c6fb80b638..ec999d8dfc3 100644 --- a/lang/ruby/Gemfile +++ b/lang/ruby/Gemfile @@ -24,7 +24,7 @@ gem 'test-unit' gem 'parallel', '<= 1.19.2' # rubocop 0.82 requires Ruby 2.4+ -gem 'rubocop', '<= 0.81' +gem 'rubocop', '<= 1.9' # rdoc 6.2.1 requires Ruby 2.4+ gem 'rdoc', '<= 6.2.0'