Skip to content

Commit a9fd418

Browse files
Bump rubocop from 1.68.0 to 1.69.2 (#3035)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a908ab6 commit a9fd418

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
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.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.68.0'
12+
gem 'rubocop', '1.69.2'
1313
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.6)
1616
concurrent-ruby (~> 1.0)
17-
json (2.7.5)
17+
json (2.9.1)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.25.4)
2121
parallel (1.26.3)
22-
parser (3.3.5.1)
22+
parser (3.3.6.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -29,18 +29,18 @@ GEM
2929
racc (1.8.1)
3030
rainbow (3.1.1)
3131
rake (13.2.1)
32-
regexp_parser (2.9.2)
33-
rubocop (1.68.0)
32+
regexp_parser (2.10.0)
33+
rubocop (1.69.2)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.3.0.2)
3838
rainbow (>= 2.2.2, < 4.0)
39-
regexp_parser (>= 2.4, < 3.0)
40-
rubocop-ast (>= 1.32.2, < 2.0)
39+
regexp_parser (>= 2.9.3, < 3.0)
40+
rubocop-ast (>= 1.36.2, < 2.0)
4141
ruby-progressbar (~> 1.7)
42-
unicode-display_width (>= 2.4.0, < 3.0)
43-
rubocop-ast (1.33.0)
42+
unicode-display_width (>= 2.4.0, < 4.0)
43+
rubocop-ast (1.37.0)
4444
parser (>= 3.3.1.0)
4545
rubocop-minitest (0.36.0)
4646
rubocop (>= 1.61, < 2.0)
@@ -57,7 +57,9 @@ GEM
5757
test-unit (3.6.2)
5858
power_assert
5959
timecop (0.9.10)
60-
unicode-display_width (2.6.0)
60+
unicode-display_width (3.1.3)
61+
unicode-emoji (~> 4.0, >= 4.0.4)
62+
unicode-emoji (4.0.4)
6163
yard (0.9.37)
6264

6365
PLATFORMS
@@ -70,7 +72,7 @@ DEPENDENCIES
7072
minitest (= 5.25.4)
7173
pry (= 0.14.2)
7274
rake (= 13.2.1)
73-
rubocop (= 1.68.0)
75+
rubocop (= 1.69.2)
7476
rubocop-minitest (= 0.36.0)
7577
rubocop-rake (= 0.6.0)
7678
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)