Skip to content

Commit afd4ceb

Browse files
Bump rubocop from 1.69.2 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.73.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e507072 commit afd4ceb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.25.4'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.73.0'
12+
gem 'rubocop', '1.73.2'
1313
gem 'rubocop-minitest', '0.37.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
method_source (1.1.0)
2121
minitest (5.25.4)
2222
parallel (1.26.3)
23-
parser (3.3.6.0)
23+
parser (3.3.7.1)
2424
ast (~> 2.4.1)
2525
racc
2626
power_assert (2.0.5)
@@ -31,7 +31,7 @@ GEM
3131
rainbow (3.1.1)
3232
rake (13.2.1)
3333
regexp_parser (2.10.0)
34-
rubocop (1.73.0)
34+
rubocop (1.73.2)
3535
json (~> 2.3)
3636
language_server-protocol (~> 3.17.0.2)
3737
lint_roller (~> 1.1.0)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
minitest (= 5.25.4)
7676
pry (= 0.15.2)
7777
rake (= 13.2.1)
78-
rubocop (= 1.73.0)
78+
rubocop (= 1.73.2)
7979
rubocop-minitest (= 0.37.0)
8080
rubocop-rake (= 0.6.0)
8181
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)