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), [sorbet](https://github.com/sorbet/sorbet), [tapioca](https://github.com/Shopify/tapioca) and [sorbet-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop` from 1.69.2 to 1.70.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

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

Updates `tapioca` from 0.16.5 to 0.16.7
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.5...v0.16.7)

Updates `sorbet-runtime` from 0.5.11718 to 0.5.11751
- [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: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tapioca
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2266a4b commit 3ca55c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 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.69", require: false)
gem("rubocop", "~> 1.70", require: false)
gem("rubocop-shopify", require: false)
gem("rubocop-sorbet", require: false)
gem("sorbet", ">= 0.5.9204", require: false)
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
benchmark (0.4.0)
builder (3.3.0)
byebug (11.1.3)
erubi (1.13.0)
json (2.9.0)
erubi (1.13.1)
json (2.9.1)
language_server-protocol (3.17.0.3)
minitest (5.25.4)
minitest-reporters (1.7.1)
Expand All @@ -30,8 +31,8 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
rubocop (1.69.2)
regexp_parser (2.10.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -48,20 +49,21 @@ GEM
rubocop-sorbet (0.8.7)
rubocop (>= 1)
ruby-progressbar (1.13.0)
sorbet (0.5.11718)
sorbet-static (= 0.5.11718)
sorbet-runtime (0.5.11718)
sorbet-static (0.5.11718-universal-darwin)
sorbet-static (0.5.11718-x86_64-linux)
sorbet-static-and-runtime (0.5.11718)
sorbet (= 0.5.11718)
sorbet-runtime (= 0.5.11718)
sorbet (0.5.11751)
sorbet-static (= 0.5.11751)
sorbet-runtime (0.5.11751)
sorbet-static (0.5.11751-universal-darwin)
sorbet-static (0.5.11751-x86_64-linux)
sorbet-static-and-runtime (0.5.11751)
sorbet (= 0.5.11751)
sorbet-runtime (= 0.5.11751)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
tapioca (0.16.5)
tapioca (0.16.7)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand All @@ -71,7 +73,7 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.3.2)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.37)
Expand All @@ -91,7 +93,7 @@ DEPENDENCIES
minitest-reporters
rake (~> 13.2)
rbi!
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-shopify
rubocop-sorbet
sorbet (>= 0.5.9204)
Expand Down

0 comments on commit 3ca55c0

Please sign in to comment.