Skip to content

Commit b023e4a

Browse files
authored
Merge pull request #279 from Crown-Commercial-Service/dependabot/bundler/rubocop-d52ee5082b
Bump rubocop from 1.82.1 to 1.84.0 in the rubocop group
2 parents 47cf6dd + 3a5fa60 commit b023e4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'simplecov', '~> 0.21'
1616
gem 'nokogiri-diff', '~> 0.3.0'
1717

1818
# Gems for linting/formatting the package
19-
gem 'rubocop', '~> 1.82'
19+
gem 'rubocop', '~> 1.84'
2020
gem 'rubocop-capybara', '~> 2.22'
2121
gem 'rubocop-rails', '~> 2.34'
2222
gem 'rubocop-rake', '~> 0.7'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ GEM
152152
nokogiri (~> 1.5)
153153
tdiff (~> 0.4)
154154
parallel (1.27.0)
155-
parser (3.3.10.0)
155+
parser (3.3.10.1)
156156
ast (~> 2.4.1)
157157
racc
158158
pp (0.6.3)
159159
prettyprint
160160
prettyprint (0.2.0)
161-
prism (1.7.0)
161+
prism (1.9.0)
162162
psych (5.3.1)
163163
date
164164
stringio
@@ -224,15 +224,15 @@ GEM
224224
diff-lcs (>= 1.2.0, < 2.0)
225225
rspec-support (~> 3.13.0)
226226
rspec-support (3.13.6)
227-
rubocop (1.82.1)
227+
rubocop (1.84.0)
228228
json (~> 2.3)
229229
language_server-protocol (~> 3.17.0.2)
230230
lint_roller (~> 1.1.0)
231231
parallel (~> 1.10)
232232
parser (>= 3.3.0.2)
233233
rainbow (>= 2.2.2, < 4.0)
234234
regexp_parser (>= 2.9.3, < 3.0)
235-
rubocop-ast (>= 1.48.0, < 2.0)
235+
rubocop-ast (>= 1.49.0, < 2.0)
236236
ruby-progressbar (~> 1.7)
237237
unicode-display_width (>= 2.4.0, < 4.0)
238238
rubocop-ast (1.49.0)
@@ -298,7 +298,7 @@ DEPENDENCIES
298298
nokogiri-diff (~> 0.3.0)
299299
rake (~> 13.3)
300300
rspec (~> 3.13)
301-
rubocop (~> 1.82)
301+
rubocop (~> 1.84)
302302
rubocop-capybara (~> 2.22)
303303
rubocop-rails (~> 2.34)
304304
rubocop-rake (~> 0.7)

0 commit comments

Comments
 (0)