Skip to content

Commit

Permalink
Bump rubocop from 1.53.1 to 1.54.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and noraj committed Jul 21, 2023
1 parent 573dc38 commit e446c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

# Needed for linting
group :development, :lint do
gem 'rubocop', '~> 1.53'
gem 'rubocop', '~> 1.54'
end

group :development, :docs do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.53.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -76,7 +76,7 @@ DEPENDENCIES
minitest-skip (~> 0.0)
paint (~> 2.3)
rake (~> 13.0)
rubocop (~> 1.53)
rubocop (~> 1.54)
twitter_cldr (~> 6.11, >= 6.11.5)
unicode-confusable (~> 1.9)
unisec!
Expand Down

0 comments on commit e446c1c

Please sign in to comment.