Skip to content

Commit 50963ec

Browse files
Bump rubocop from 1.56.4 to 1.57.1 (#2839)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.4...v1.57.1) --- 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 67e6511 commit 50963ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'minitest', '5.20.0'
99
gem 'pry', '0.14.2'
1010
gem 'rake', '13.0.6'
11-
gem 'rubocop', '1.56.4'
11+
gem 'rubocop', '1.57.1'
1212
gem 'rubocop-minitest', '0.32.2'
1313
gem 'rubocop-rake', '0.6.0'
1414
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
method_source (1.0.0)
2020
minitest (5.20.0)
2121
parallel (1.23.0)
22-
parser (3.2.2.3)
22+
parser (3.2.2.4)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -29,14 +29,14 @@ GEM
2929
racc (1.7.1)
3030
rainbow (3.1.1)
3131
rake (13.0.6)
32-
regexp_parser (2.8.1)
32+
regexp_parser (2.8.2)
3333
rexml (3.2.6)
34-
rubocop (1.56.4)
34+
rubocop (1.57.1)
3535
base64 (~> 0.1.1)
3636
json (~> 2.3)
3737
language_server-protocol (>= 3.17.0)
3838
parallel (~> 1.10)
39-
parser (>= 3.2.2.3)
39+
parser (>= 3.2.2.4)
4040
rainbow (>= 2.2.2, < 4.0)
4141
regexp_parser (>= 1.8, < 3.0)
4242
rexml (>= 3.2.5, < 4.0)
@@ -59,7 +59,7 @@ GEM
5959
test-unit (3.6.1)
6060
power_assert
6161
timecop (0.9.8)
62-
unicode-display_width (2.4.2)
62+
unicode-display_width (2.5.0)
6363
yard (0.9.34)
6464

6565
PLATFORMS
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
minitest (= 5.20.0)
7171
pry (= 0.14.2)
7272
rake (= 13.0.6)
73-
rubocop (= 1.56.4)
73+
rubocop (= 1.57.1)
7474
rubocop-minitest (= 0.32.2)
7575
rubocop-rake (= 0.6.0)
7676
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)