From 9a1d207485f041ed2dc7c3567722615d0d496011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:46:19 +0000 Subject: [PATCH] Bump rubocop from 1.62.1 to 1.63.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.2. - [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.62.1...v1.63.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bf1e00f1..1e7aa929 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-mocks" gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 4.1", require: false - gem "rubocop", "~> 1.62" + gem "rubocop", "~> 1.63" gem "rubocop-rails", "~> 2.24" gem "shoulda-matchers", "~> 6.2" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index a5dabd90..635704a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM ruby-vips (>= 2.0.17, < 3) jsbundling-rails (1.3.0) railties (>= 6.0.0) - json (2.7.1) + json (2.7.2) json-schema (4.3.0) addressable (>= 2.8) jwt (2.8.1) @@ -409,7 +409,7 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -588,7 +588,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) - rubocop (~> 1.62) + rubocop (~> 1.63) rubocop-rails (~> 2.24) rubyzip (~> 2.3) sanitize