Skip to content

Commit 17e6304

Browse files
authored
Merge pull request #1280 from Crown-Commercial-Service/dependabot/bundler/rubocop-eeb2b06f50
build(deps-dev): bump the rubocop group with 2 updates
2 parents 404435a + f5b8dbb commit 17e6304

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ group :development, :test do
6969
gem 'rubocop', '~> 1.81.7'
7070
gem 'rubocop-performance', '~> 1.26.1'
7171
gem 'rubocop-rails', '~> 2.33.4'
72-
gem 'rubocop-rspec', '~> 3.7.0'
73-
gem 'rubocop-rspec_rails', '~> 2.31.0'
72+
gem 'rubocop-rspec', '~> 3.8.0'
73+
gem 'rubocop-rspec_rails', '~> 2.32.0'
7474
gem 'brakeman', '~> 7.1.1'
7575
end
7676

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ GEM
176176
jmespath (1.6.2)
177177
jsbundling-rails (1.3.1)
178178
railties (>= 6.0.0)
179-
json (2.15.2)
179+
json (2.16.0)
180180
jwt (3.1.2)
181181
base64
182182
language_server-protocol (3.17.0.5)
@@ -353,7 +353,7 @@ GEM
353353
rubocop-ast (>= 1.47.1, < 2.0)
354354
ruby-progressbar (~> 1.7)
355355
unicode-display_width (>= 2.4.0, < 4.0)
356-
rubocop-ast (1.47.1)
356+
rubocop-ast (1.48.0)
357357
parser (>= 3.3.7.2)
358358
prism (~> 1.4)
359359
rubocop-performance (1.26.1)
@@ -366,10 +366,10 @@ GEM
366366
rack (>= 1.1)
367367
rubocop (>= 1.75.0, < 2.0)
368368
rubocop-ast (>= 1.44.0, < 2.0)
369-
rubocop-rspec (3.7.0)
369+
rubocop-rspec (3.8.0)
370370
lint_roller (~> 1.1)
371-
rubocop (~> 1.72, >= 1.72.1)
372-
rubocop-rspec_rails (2.31.0)
371+
rubocop (~> 1.81)
372+
rubocop-rspec_rails (2.32.0)
373373
lint_roller (~> 1.1)
374374
rubocop (~> 1.72, >= 1.72.1)
375375
rubocop-rspec (~> 3.5)
@@ -459,8 +459,8 @@ DEPENDENCIES
459459
rubocop (~> 1.81.7)
460460
rubocop-performance (~> 1.26.1)
461461
rubocop-rails (~> 2.33.4)
462-
rubocop-rspec (~> 3.7.0)
463-
rubocop-rspec_rails (~> 2.31.0)
462+
rubocop-rspec (~> 3.8.0)
463+
rubocop-rspec_rails (~> 2.32.0)
464464
simplecov (~> 0.22.0, >= 0.16.1)
465465
solid_queue (~> 1.2.4)
466466
spring (~> 4.4.0)

0 commit comments

Comments
 (0)