From 5c88638105d4acaf77226641beb16dc034adb282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:07:12 +0000 Subject: [PATCH 1/2] chore(deps): update all non-major bundler dependencies --- Gemfile | 12 ++++++------ Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 15eca34a3..56b07f32c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'bcrypt', '~> 3.1.20' -gem 'bootsnap', '~> 1.18.6' +gem 'bootsnap', '~> 1.19.0' gem 'browser', '~> 6.2.0' gem 'devise', '~>4.9.4' gem 'devise-i18n', '~>1.15.0' @@ -49,7 +49,7 @@ group :development, :test do gem 'brakeman', '~> 7.1.1', require: false gem 'bullet', '~> 8.1' gem 'colorize', '~> 1.1.0' - gem 'database_consistency', '~> 2.0.7' + gem 'database_consistency', '~> 2.0.8' gem 'dotenv-rails', '~> 3.1.8' gem 'guard-livereload', '~> 2.5.2' gem 'guard-rspec', '~> 4.7.3', require: false @@ -73,11 +73,11 @@ end group :test do gem 'rails-controller-testing', '~> 1.0.5' gem 'rubocop', '~> 1.81.7', require: false - gem 'rubocop-factory_bot', '~> 2.27.1', require: false + gem 'rubocop-factory_bot', '~> 2.28.0', require: false gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false - gem 'rubocop-rails', '~> 2.33', '>= 2.33.4', require: false - gem 'rubocop-rspec', '~> 3.7', require: false - gem 'rubocop-rspec_rails', '~> 2.31', require: false + gem 'rubocop-rails', '~> 2.34', require: false + gem 'rubocop-rspec', '~> 3.8', require: false + gem 'rubocop-rspec_rails', '~> 2.32', require: false gem 'simplecov', '~> 0.22.0', require: false gem 'simplecov-lcov', '~> 0.9.0', require: false gem 'terminal-notifier-guard', '~> 1.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 97d05c8bd..e28a5cf9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM rouge (>= 1.0.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.18.6) + bootsnap (1.19.0) msgpack (~> 1.2) brakeman (7.1.1) racc @@ -116,7 +116,7 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) - database_consistency (2.0.7) + database_consistency (2.0.8) activerecord (>= 3.2) date (3.4.1) devise (4.9.4) @@ -220,7 +220,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.15.2) + json (2.16.0) jwt (3.1.2) base64 kaminari (1.2.2) @@ -348,7 +348,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.19) + rack (3.2.4) rack-attack (6.8.0) rack (>= 1.0, < 4) rack-protection (4.2.1) @@ -478,26 +478,26 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-factory_bot (2.27.1) + rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-performance (1.26.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.33.4) + rubocop-rails (2.34.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0) - rubocop-rspec (3.7.0) + rubocop-rspec (3.8.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) - rubocop-rspec_rails (2.31.0) + rubocop (~> 1.81) + rubocop-rspec_rails (2.32.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-rspec (~> 3.5) @@ -621,13 +621,13 @@ DEPENDENCIES awesome_print (~> 1.9.2) bcrypt (~> 3.1.20) better_errors (~> 2.10.1) - bootsnap (~> 1.18.6) + bootsnap (~> 1.19.0) brakeman (~> 7.1.1) browser (~> 6.2.0) bullet (~> 8.1) capistrano-sidekiq (~> 3.2.0) colorize (~> 1.1.0) - database_consistency (~> 2.0.7) + database_consistency (~> 2.0.8) devise (~> 4.9.4) devise-i18n (~> 1.15.0) dotenv-rails (~> 3.1.8) @@ -666,11 +666,11 @@ DEPENDENCIES rest-client (~> 2.1.0) rspec-rails (~> 8.0.2) rubocop (~> 1.81.7) - rubocop-factory_bot (~> 2.27.1) + rubocop-factory_bot (~> 2.28.0) rubocop-performance (~> 1.26, >= 1.26.1) - rubocop-rails (~> 2.33, >= 2.33.4) - rubocop-rspec (~> 3.7) - rubocop-rspec_rails (~> 2.31) + rubocop-rails (~> 2.34) + rubocop-rspec (~> 3.8) + rubocop-rspec_rails (~> 2.32) sassc-rails (~> 2.1.2) sentry-rails (~> 5.28, >= 5.28.1) sentry-ruby (~> 5.28, >= 5.28.1) From 668b0f41796c6917e6d8f8cf511ae3f8fa93b581 Mon Sep 17 00:00:00 2001 From: Lodewiges Date: Fri, 21 Nov 2025 17:42:02 +0100 Subject: [PATCH 2/2] make a exception --- spec/rails_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 423b15f2f..4cc988d2b 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -5,7 +5,9 @@ ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../config/environment', __dir__) # Prevent database truncation if the environment is production +# rubocop:disable Rails/Exit abort('The Rails environment is running in production mode!') if Rails.env.production? || Rails.env.staging? || Rails.env.luxproduction? +# rubocop:enable Rails/Exit require 'rspec/rails' # Add additional requires below this line. Rails is not loaded until this point!