From 8f4fa66b3855b6c286592bf8bb80f47f92863ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:22:39 +0000 Subject: [PATCH] build(deps-dev): bump the all-gems group with 2 updates Bumps the all-gems group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.71.2 to 1.72.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.71.2...v1.72.1) Updates `rubocop-rails` from 2.29.1 to 2.30.1 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.29.1...v2.30.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 23 +++++++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index ff853d3..37bd043 100644 --- a/Gemfile +++ b/Gemfile @@ -22,8 +22,8 @@ end group :development, :test do gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw] - gem 'rubocop', '~> 1.71', require: false - gem 'rubocop-rails', '~> 2.29', require: false + gem 'rubocop', '~> 1.72', require: false + gem 'rubocop-rails', '~> 2.30', require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 59e53af..957c778 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.9.1) + json (2.10.1) jwt (2.10.1) base64 kamal (2.5.2) @@ -140,7 +140,8 @@ GEM thor (~> 1.3) zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) - logger (1.6.5) + lint_roller (1.1.0) + logger (1.6.6) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -189,7 +190,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.10) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-session (2.0.0) @@ -236,9 +237,10 @@ GEM io-console (~> 0.5) rexml (3.4.0) rollbar (3.6.1) - rubocop (1.71.2) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -248,11 +250,12 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) parser (>= 3.3.1.0) - rubocop-rails (2.29.1) + rubocop-rails (2.30.1) activesupport (>= 4.2.0) + lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.52.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) rubyzip (2.4.1) safety_net_attestation (0.4.0) @@ -342,8 +345,8 @@ DEPENDENCIES rack-mini-profiler (~> 3.3) rails (~> 7.2.2) rollbar (~> 3.6) - rubocop (~> 1.71) - rubocop-rails (~> 2.29) + rubocop (~> 1.72) + rubocop-rails (~> 2.30) sassc-rails (~> 2.0) selenium-webdriver (~> 4.28) sqlite3 (>= 1.4)