From 60d18058754da513f0a07daaaf5f0939d06915fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:44:00 +0000 Subject: [PATCH] Bump rubocop from 1.62.1 to 1.63.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.1. - [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.1) --- 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 fb875aa..73b105e 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.3.0' gem 'rspec-rails', '~> 6.1' - gem 'rubocop', '~> 1.62' + gem 'rubocop', '~> 1.63' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9586c06..aa16b54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks - json (2.7.1) + json (2.7.2) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -248,7 +248,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.62.1) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -351,7 +351,7 @@ DEPENDENCIES rails_12factor ranked-model rspec-rails (~> 6.1) - rubocop (~> 1.62) + rubocop (~> 1.63) rubocop-rails sass-rails (~> 5.1) sentry-rails