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)