Skip to content

Commit 5bfc7c2

Browse files
dependabot[bot]noraj
authored andcommitted
Bump rubocop from 1.56.4 to 1.57.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.0. - [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.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a043dc5 commit 5bfc7c2

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
@@ -32,7 +32,7 @@ end
3232

3333
# Needed for linting
3434
group :development, :lint do
35-
gem 'rubocop', '~> 1.56'
35+
gem 'rubocop', '~> 1.57'
3636
end
3737

3838
group :development, :docs do

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ GEM
2929
minitest (~> 5.0)
3030
paint (2.3.0)
3131
parallel (1.23.0)
32-
parser (3.2.2.3)
32+
parser (3.2.2.4)
3333
ast (~> 2.4.1)
3434
racc
3535
racc (1.7.1)
3636
rainbow (3.1.1)
3737
rake (13.0.6)
38-
regexp_parser (2.8.1)
38+
regexp_parser (2.8.2)
3939
rexml (3.2.6)
40-
rubocop (1.56.4)
40+
rubocop (1.57.0)
4141
base64 (~> 0.1.1)
4242
json (~> 2.3)
4343
language_server-protocol (>= 3.17.0)
4444
parallel (~> 1.10)
45-
parser (>= 3.2.2.3)
45+
parser (>= 3.2.2.4)
4646
rainbow (>= 2.2.2, < 4.0)
4747
regexp_parser (>= 1.8, < 3.0)
4848
rexml (>= 3.2.5, < 4.0)
@@ -59,7 +59,7 @@ GEM
5959
tzinfo (2.0.6)
6060
concurrent-ruby (~> 1.0)
6161
unicode-confusable (1.10.0)
62-
unicode-display_width (2.4.2)
62+
unicode-display_width (2.5.0)
6363
webrick (1.8.1)
6464
yard (0.9.34)
6565
yard-coderay (0.1.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
minitest-skip (~> 0.0)
7979
paint (~> 2.3)
8080
rake (~> 13.0)
81-
rubocop (~> 1.56)
81+
rubocop (~> 1.57)
8282
twitter_cldr (~> 6.12)
8383
unicode-confusable (~> 1.10)
8484
unisec!

0 commit comments

Comments
 (0)