Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 8604b37 commit 14f3e72
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 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.65.0', require: false
gem 'rubocop', '~> 1.65.1', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (3.0.9.1)
rack-flash3 (1.0.5)
rack
Expand All @@ -85,9 +85,9 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.1)
rexml (3.3.4)
strscan
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -173,7 +173,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.65.0)
rubocop (~> 1.65.1)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.1.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.4.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.65.1.gem
Binary file not shown.

0 comments on commit 14f3e72

Please sign in to comment.