Skip to content

Commit

Permalink
build(deps-dev): bump the gems group with 1 update
Browse files Browse the repository at this point in the history
Bumps the gems group with 1 update: [rubocop](https://github.com/rubocop/rubocop).

- [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:development
  update-type: version-update:semver-minor
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent a842b35 commit 651839a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ gem 'rake', '~> 13.0'
group :test, :development do
gem 'minitest', '~> 5.20'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop', '~> 1.57', require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
mustermann (>= 1.0.0)
nio4r (2.5.9)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prometheus-client (4.2.1)
Expand All @@ -64,14 +64,14 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
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)
Expand Down Expand Up @@ -101,7 +101,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.0)
rubocop (~> 1.56)
rubocop (~> 1.57)

BUNDLED WITH
2.4.1

0 comments on commit 651839a

Please sign in to comment.