From 1595e007078a50c36503fee4c5897f833cf57946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:34:07 +0000 Subject: [PATCH] Update rubocop requirement from 0.92.0 to 1.7.0 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.92.0...v1.7.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 09ced8d..0d2a0f5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'rails' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.11' - gem 'rubocop', '0.92.0' + gem 'rubocop', '1.7.0' gem 'rubocop-performance' gem 'rubocop-rspec' gem 'solargraph'