From ea5d32ec3deff9502df34d1d9631953530c74504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:16:09 +0000 Subject: [PATCH] Update rubocop requirement from 1.63.2 to 1.63.4 in the rubocop group Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` to 1.63.4 - [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/v1.63.2...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0cc2d68..b1f57e4 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :development, :test do gem "rspec", "3.13.0", require: false # Linter - gem "rubocop", "1.63.2", require: false + gem "rubocop", "1.63.4", require: false gem "rubocop-performance", "1.21.0", require: false gem "rubocop-rspec", "2.29.1", require: false