Skip to content

Commit e446c1c

Browse files
dependabot[bot]noraj
authored andcommitted
Bump rubocop from 1.53.1 to 1.54.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.53.1 to 1.54.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.53.1...v1.54.2) --- 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 573dc38 commit e446c1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.53'
35+
gem 'rubocop', '~> 1.54'
3636
end
3737

3838
group :development, :docs do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
rake (13.0.6)
3737
regexp_parser (2.8.1)
3838
rexml (3.2.5)
39-
rubocop (1.53.1)
39+
rubocop (1.54.2)
4040
json (~> 2.3)
4141
language_server-protocol (>= 3.17.0)
4242
parallel (~> 1.10)
@@ -76,7 +76,7 @@ DEPENDENCIES
7676
minitest-skip (~> 0.0)
7777
paint (~> 2.3)
7878
rake (~> 13.0)
79-
rubocop (~> 1.53)
79+
rubocop (~> 1.54)
8080
twitter_cldr (~> 6.11, >= 6.11.5)
8181
unicode-confusable (~> 1.9)
8282
unisec!

0 commit comments

Comments
 (0)