diff --git a/Gemfile b/Gemfile index 82fbb48..7b04943 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem "rubocop", "~> 1.69", require: false gem "rubocop-rails", "~> 2.28", require: false - gem "rubocop-rspec", "~> 3.3", require: false + gem "rubocop-rspec", "~> 3.9", require: false gem "rubocop-performance", "~> 1.24", require: false # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] diff --git a/Gemfile.lock b/Gemfile.lock index 223645a..db821ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,9 +294,9 @@ GEM rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.48.0) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) rubocop-performance (1.26.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) @@ -311,7 +311,7 @@ GEM rubocop (>= 1.72) rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) - rubocop-rspec (3.8.0) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) rubocop (~> 1.81) ruby-lsp (0.26.4) @@ -414,7 +414,7 @@ DEPENDENCIES rubocop-performance (~> 1.24) rubocop-rails (~> 2.28) rubocop-rails-omakase - rubocop-rspec (~> 3.3) + rubocop-rspec (~> 3.9) ruby-lsp shoulda-matchers (~> 6.5) simplecov (~> 0.21.2)