Skip to content

Commit 31af271

Browse files
authored
Merge pull request #230 from ZeusWPI/dependabot/bundler/rubocop-1ea6453dae
Bump the rubocop group with 1 update
2 parents cc4df64 + 4fb82c0 commit 31af271

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959

6060
group :development do
6161
gem 'annotate', '~> 3.2'
62-
gem 'rubocop-minitest', '~> 0.34.5'
62+
gem 'rubocop-minitest', '~> 0.35.0'
6363
gem 'rubocop-rails', '~> 2.24'
6464
gem 'web-console'
6565
end

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ GEM
253253
reline (0.4.3)
254254
io-console (~> 0.5)
255255
rexml (3.2.6)
256-
rubocop (1.62.0)
256+
rubocop (1.62.1)
257257
json (~> 2.3)
258258
language_server-protocol (>= 3.17.0)
259259
parallel (~> 1.10)
@@ -266,9 +266,9 @@ GEM
266266
unicode-display_width (>= 2.4.0, < 3.0)
267267
rubocop-ast (1.31.2)
268268
parser (>= 3.3.0.4)
269-
rubocop-minitest (0.34.5)
270-
rubocop (>= 1.39, < 2.0)
271-
rubocop-ast (>= 1.30.0, < 2.0)
269+
rubocop-minitest (0.35.0)
270+
rubocop (>= 1.61, < 2.0)
271+
rubocop-ast (>= 1.31.1, < 2.0)
272272
rubocop-rails (2.24.0)
273273
activesupport (>= 4.2.0)
274274
rack (>= 1.1)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
puma (~> 6.4)
340340
rack-cors
341341
rails (~> 7.1.3)
342-
rubocop-minitest (~> 0.34.5)
342+
rubocop-minitest (~> 0.35.0)
343343
rubocop-rails (~> 2.24)
344344
rugged
345345
selenium-webdriver

0 commit comments

Comments
 (0)