Skip to content

Commit

Permalink
fix: 🚀 bundler: bump rubocop from 1.56.4 to 1.57.2
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.2.
- [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.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent f5b2401 commit 0d2155c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "code-scanning-rubocop", "~> 0.6.1"
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
gem "google-protobuf", "~> 3.24.4"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.56"
gem "rubocop", "~> 1.57"
gem "rubocop-changes", "~> 0.8.1"
gem "rubocop-config-prettier", "~> 0.1.13"
gem "rubocop-git", "~> 0.1.3"
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -134,7 +133,7 @@ DEPENDENCIES
google-protobuf (~> 3.24.4)
rake (~> 13.0)
rspec
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-changes (~> 0.8.1)
rubocop-config-prettier (~> 0.1.13)
rubocop-git (~> 0.1.3)
Expand Down

0 comments on commit 0d2155c

Please sign in to comment.