Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the sorbet group with 2 updates #83

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 7, 2024

Bumps the sorbet group with 2 updates: sorbet and tapioca.

Updates sorbet from 0.5.11178 to 0.5.11332

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11331.20240404130824-f6a30a805

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11331', :group => :development
gem 'sorbet-runtime', '0.5.11331'

sorbet 0.5.11330.20240403111049-6592051c2

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11330', :group => :development
gem 'sorbet-runtime', '0.5.11330'

sorbet 0.5.11329.20240403101919-d452a8faa

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11329', :group => :development
gem 'sorbet-runtime', '0.5.11329'

sorbet 0.5.11328.20240403095456-bbdbb5f79

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11328', :group => :development
gem 'sorbet-runtime', '0.5.11328'

sorbet 0.5.11327.20240402164920-bbd040d7b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11327', :group => :development
gem 'sorbet-runtime', '0.5.11327'

sorbet 0.5.11326.20240402162714-9a9bc8748

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11326', :group => :development
gem 'sorbet-runtime', '0.5.11326'

sorbet 0.5.11325.20240402153444-9c90faa74

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11325', :group => :development
gem 'sorbet-runtime', '0.5.11325'

sorbet 0.5.11324.20240402130845-4fc8460d4

... (truncated)

Commits

Updates tapioca from 0.11.14 to 0.13.1

Release notes

Sourced from tapioca's releases.

v0.13.1

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.0...v0.13.1

v0.13.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.12.0...v0.13.0

v0.12.0

[!IMPORTANT] The DSL compiler refactor to stop requiring unnecessary things into memory might change what DSL RBI files are generated in your application. If the resulting output of DSL RBI generation from this version is causing type-checking problems please open an issue.

What's Changed

✨ Enhancements

... (truncated)

Commits
  • 6f515e0 Bump version to v0.13.1
  • a497082 Merge pull request #1843 from Shopify/at-fix-active-record-relations-compiler
  • cc008be Merge pull request #1840 from Shopify/emily/fix-protobuf-compiler
  • 62d4eca Write test for protobuf dsl with gem version before 3.26
  • 5fda757 Fix ActiveRecordRelations compiler spec for Rails 7.0
  • b5d08d9 Do not call has_presence? on Protobuf::FieldDescriptor unless method exists
  • 05359bf Merge pull request #1846 from Shopify/centralize_ruby_version
  • 22a8190 Complete the .ruby-version standardization
  • fff1131 Merge pull request #1838 from Shopify/dependabot/bundler/rdoc-6.6.3.1
  • d0a0622 Fix ActiveRecordRelations compiler
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sorbet group with 2 updates: [sorbet](https://github.com/sorbet/sorbet) and [tapioca](https://github.com/Shopify/tapioca).


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

Updates `tapioca` from 0.11.14 to 0.13.1
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.11.14...v0.13.1)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sorbet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 14, 2024

Superseded by #87.

@dependabot dependabot bot closed this Apr 14, 2024
@dependabot dependabot bot deleted the dependabot/bundler/sorbet-9b1da29008 branch April 14, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants