Skip to content

Commit

Permalink
Bump the minor-and-patch group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet), [sorbet](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop` from 1.66.1 to 1.67.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.1...v1.67.0)

Updates `rubocop-sorbet` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.8.5...v0.8.6)

Updates `sorbet` from 0.5.11602 to 0.5.11609
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11602 to 0.5.11609
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent ae22d3e commit 10bf1a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group(:development, :test) do
gem("minitest")
gem("minitest-reporters")
gem("rake", "~> 13.2")
gem("rubocop", "~> 1.66", require: false)
gem("rubocop", "~> 1.67", require: false)
gem("rubocop-shopify", require: false)
gem("rubocop-sorbet", require: false)
gem("sorbet", ">= 0.5.9204", require: false)
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -45,17 +45,17 @@ GEM
parser (>= 3.3.1.0)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
rubocop-sorbet (0.8.5)
rubocop-sorbet (0.8.6)
rubocop (>= 1)
ruby-progressbar (1.13.0)
sorbet (0.5.11602)
sorbet-static (= 0.5.11602)
sorbet-runtime (0.5.11602)
sorbet-static (0.5.11602-universal-darwin)
sorbet-static (0.5.11602-x86_64-linux)
sorbet-static-and-runtime (0.5.11602)
sorbet (= 0.5.11602)
sorbet-runtime (= 0.5.11602)
sorbet (0.5.11609)
sorbet-static (= 0.5.11609)
sorbet-runtime (0.5.11609)
sorbet-static (0.5.11609-universal-darwin)
sorbet-static (0.5.11609-x86_64-linux)
sorbet-static-and-runtime (0.5.11609)
sorbet (= 0.5.11609)
sorbet-runtime (= 0.5.11609)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand All @@ -71,7 +71,7 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.3.2)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
yard (0.9.37)
yard-sorbet (0.9.0)
sorbet-runtime
Expand All @@ -89,7 +89,7 @@ DEPENDENCIES
minitest-reporters
rake (~> 13.2)
rbi!
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-shopify
rubocop-sorbet
sorbet (>= 0.5.9204)
Expand Down

0 comments on commit 10bf1a3

Please sign in to comment.