Skip to content

Commit 1161111

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

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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.75.1'
1313
gem 'rubocop-minitest', '0.37.0'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,45 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
benchmark (0.4.0)
1212
coderay (1.1.3)
1313
concurrent-ruby (1.3.5)
1414
docile (1.4.0)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.10.1)
17+
json (2.10.2)
1818
language_server-protocol (3.17.0.4)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
2121
minitest (5.25.4)
2222
parallel (1.26.3)
23-
parser (3.3.7.1)
23+
parser (3.3.7.3)
2424
ast (~> 2.4.1)
2525
racc
2626
power_assert (2.0.5)
27+
prism (1.4.0)
2728
pry (0.15.2)
2829
coderay (~> 1.1)
2930
method_source (~> 1.0)
3031
racc (1.8.1)
3132
rainbow (3.1.1)
3233
rake (13.2.1)
3334
regexp_parser (2.10.0)
34-
rubocop (1.73.0)
35+
rubocop (1.75.1)
3536
json (~> 2.3)
3637
language_server-protocol (~> 3.17.0.2)
3738
lint_roller (~> 1.1.0)
3839
parallel (~> 1.10)
3940
parser (>= 3.3.0.2)
4041
rainbow (>= 2.2.2, < 4.0)
4142
regexp_parser (>= 2.9.3, < 3.0)
42-
rubocop-ast (>= 1.38.0, < 2.0)
43+
rubocop-ast (>= 1.43.0, < 2.0)
4344
ruby-progressbar (~> 1.7)
4445
unicode-display_width (>= 2.4.0, < 4.0)
45-
rubocop-ast (1.38.1)
46-
parser (>= 3.3.1.0)
46+
rubocop-ast (1.43.0)
47+
parser (>= 3.3.7.2)
48+
prism (~> 1.4)
4749
rubocop-minitest (0.37.0)
4850
lint_roller (~> 1.1)
4951
rubocop (>= 1.61, < 2.0)
@@ -76,7 +78,7 @@ DEPENDENCIES
7678
minitest (= 5.25.4)
7779
pry (= 0.15.2)
7880
rake (= 13.2.1)
79-
rubocop (= 1.73.0)
81+
rubocop (= 1.75.1)
8082
rubocop-minitest (= 0.37.0)
8183
rubocop-rake (= 0.7.1)
8284
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)