Skip to content

Commit

Permalink
Bump rubocop from 1.57.2 to 1.58.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.58.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.57.2...v1.58.0)

---
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 Dec 8, 2023
1 parent 3948b2a commit c63a48b
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'sentry-ruby'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.57.2', require: false
gem 'rubocop', '~> 1.58.0', require: false
gem 'dyno_metadata'

group :development do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
domain_name (~> 0.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
localhost (1.1.10)
m (1.6.2)
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-flash3 (1.0.5)
rack
Expand All @@ -85,22 +85,22 @@ GEM
rack-test (>= 0.5)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.57.2)
rubocop (~> 1.58.0)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.1.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.57.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.58.0.gem
Binary file not shown.

0 comments on commit c63a48b

Please sign in to comment.