Skip to content

Commit 5686367

Browse files
Merge pull request #996 from Crown-Commercial-Service/dependabot/bundler/rubocop-99c4ad65ad
2 parents 8402d2e + 387c6e6 commit 5686367

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ group :development, :test do
6464
gem 'rspec-rails', '~> 7.1.0'
6565
gem 'rubocop', '~> 1.70.0'
6666
gem 'rubocop-performance', '~> 1.23.1'
67-
gem 'rubocop-rails', '~> 2.28.0'
67+
gem 'rubocop-rails', '~> 2.29.0'
6868
gem 'rubocop-rspec', '~> 3.3.0'
6969
gem 'rubocop-rspec_rails', '~> 2.30.0'
7070
gem 'brakeman', '~> 7.0.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
byebug (11.1.3)
127127
ccs-frontend_helpers (2.1.0)
128128
rails (>= 7.0)
129-
concurrent-ruby (1.3.4)
129+
concurrent-ruby (1.3.5)
130130
connection_pool (2.5.0)
131131
crass (1.0.6)
132132
cssbundling-rails (1.4.1)
@@ -217,7 +217,7 @@ GEM
217217
mini_portile2 (~> 2.8.2)
218218
racc (~> 1.4)
219219
parallel (1.26.3)
220-
parser (3.3.6.0)
220+
parser (3.3.7.0)
221221
ast (~> 2.4.1)
222222
racc
223223
pg (1.5.9)
@@ -334,7 +334,7 @@ GEM
334334
rubocop-performance (1.23.1)
335335
rubocop (>= 1.48.1, < 2.0)
336336
rubocop-ast (>= 1.31.1, < 2.0)
337-
rubocop-rails (2.28.0)
337+
rubocop-rails (2.29.0)
338338
activesupport (>= 4.2.0)
339339
rack (>= 1.1)
340340
rubocop (>= 1.52.0, < 2.0)
@@ -413,7 +413,7 @@ DEPENDENCIES
413413
rspec-rails (~> 7.1.0)
414414
rubocop (~> 1.70.0)
415415
rubocop-performance (~> 1.23.1)
416-
rubocop-rails (~> 2.28.0)
416+
rubocop-rails (~> 2.29.0)
417417
rubocop-rspec (~> 3.3.0)
418418
rubocop-rspec_rails (~> 2.30.0)
419419
simplecov (~> 0.22.0, >= 0.16.1)

0 commit comments

Comments
 (0)