Skip to content

Commit

Permalink
Bump rubocop from 1.67.0 to 1.68.0 (#682)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.67.0...v1.68.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent ce525ad commit b7f9c04
Show file tree
Hide file tree
Showing 10 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 @@ -23,7 +23,7 @@ gem 'sentry-ruby'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.67.0', require: false
gem 'rubocop', '~> 1.68.0', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.7.2)
json (2.7.5)
language_server-protocol (3.17.0.3)
localhost (1.3.1)
logger (1.6.1)
Expand All @@ -58,7 +58,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -99,7 +99,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -175,7 +175,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.67.0)
rubocop (~> 1.68.0)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.5.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.67.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.68.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.33.1.gem
Binary file not shown.

0 comments on commit b7f9c04

Please sign in to comment.