From 908abdb709c48a5ab6b1acb1e919370814da4839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:33:48 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [bullet](https://github.com/flyerhzm/bullet) and [simplecov](https://github.com/simplecov-ruby/simplecov). Updates `rubocop` from 1.89.0 to 1.90.0 - [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.89.0...v1.90.0) Updates `bullet` from 8.1.3 to 8.2.0 - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/8.1.3...8.2.0) Updates `simplecov` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: bullet dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rubocop dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e2715a6d6e..f17170bfe6 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :development, :test do # Use RSpec for Behaviour testing gem 'rspec-rails', '~> 8' - gem 'rubocop', '~> 1.89.0' + gem 'rubocop', '~> 1.90.0' # Factory Bot for factories # fix for https://github.com/thoughtbot/factory_bot/issues/1690 diff --git a/Gemfile.lock b/Gemfile.lock index 7a12769bdf..293357021e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM bcrypt (3.1.22) bigdecimal (3.3.1) builder (3.3.0) - bullet (8.1.3) + bullet (8.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (13.0.0) @@ -406,7 +406,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.1) - parallel (2.1.0) + parallel (2.2.0) parallel_tests (5.7.0) parallel parser (3.3.12.0) @@ -546,8 +546,8 @@ GEM rspec-support (3.13.7) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.89.0) - json (~> 2.3) + rubocop (1.90.0) + json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) parallel (>= 1.10) @@ -594,7 +594,7 @@ GEM fugit (~> 1.8, >= 1.11.1) globalid (>= 1.0.1) sidekiq (>= 6.5.0) - simplecov (1.0.0) + simplecov (1.1.1) simplecov-lcov (0.9.0) slim (5.2.1) temple (~> 0.10.0) @@ -722,7 +722,7 @@ DEPENDENCIES rspec-rails (~> 8) rspec-retry rspec_junit_formatter - rubocop (~> 1.89.0) + rubocop (~> 1.90.0) ruby-oembed ruby-openai (~> 8.3) rubyzip (~> 3.3)