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

Gemfile.lock: Bump the minor-patch group with 5 updates #340

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps the minor-patch group with 5 updates:

Package From To
sorbet-runtime 0.5.11704 0.5.11707
sorbet-static-and-runtime 0.5.11704 0.5.11707
erubi 1.13.0 1.13.1
sorbet 0.5.11704 0.5.11707
sorbet-static 0.5.11704 0.5.11707

Updates sorbet-runtime from 0.5.11704 to 0.5.11707

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11706.20241219145439-b30d8cf9b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11705.20241219091427-363435333

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11704.20241217164538-e449b46b9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11704', :group => :development
gem 'sorbet-runtime', '0.5.11704'
Commits

Updates sorbet-static-and-runtime from 0.5.11704 to 0.5.11707

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11706.20241219145439-b30d8cf9b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11705.20241219091427-363435333

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11704.20241217164538-e449b46b9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11704', :group => :development
gem 'sorbet-runtime', '0.5.11704'
Commits

Updates erubi from 1.13.0 to 1.13.1

Changelog

Sourced from erubi's changelog.

=== 1.13.1 (2024-12-19)

  • Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)
Commits
  • f1a0fb5 Bump version to 1.13.1
  • aeae5e7 Use -W:strict_unused_block when running tests on Ruby 3.4+
  • 6aa6f52 Avoid spurious frozen string literal warnings on Ruby 3.4.0-preview2
  • See full diff in compare view

Updates sorbet from 0.5.11704 to 0.5.11707

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11706.20241219145439-b30d8cf9b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11705.20241219091427-363435333

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11704.20241217164538-e449b46b9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11704', :group => :development
gem 'sorbet-runtime', '0.5.11704'
Commits

Updates sorbet-static from 0.5.11704 to 0.5.11707

Release notes

Sourced from sorbet-static's releases.

sorbet 0.5.11706.20241219145439-b30d8cf9b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11705.20241219091427-363435333

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11704.20241217164538-e449b46b9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11704', :group => :development
gem 'sorbet-runtime', '0.5.11704'
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 20, 2024
@carlocab
Copy link
Member

@dependabot rebase

@carlocab carlocab enabled auto-merge December 20, 2024 14:49
Bumps the minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11704` | `0.5.11707` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11704` | `0.5.11707` |
| [erubi](https://github.com/jeremyevans/erubi) | `1.13.0` | `1.13.1` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11704` | `0.5.11707` |
| [sorbet-static](https://github.com/sorbet/sorbet) | `0.5.11704` | `0.5.11707` |


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

Updates `sorbet-static-and-runtime` from 0.5.11704 to 0.5.11707
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `erubi` from 1.13.0 to 1.13.1
- [Changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)
- [Commits](jeremyevans/erubi@1.13.0...1.13.1)

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/minor-patch-f7162bfd31 branch from eff5427 to 6558440 Compare December 20, 2024 14:50
@carlocab carlocab merged commit 1791b54 into main Dec 20, 2024
7 checks passed
@carlocab carlocab deleted the dependabot/bundler/minor-patch-f7162bfd31 branch December 20, 2024 14:52
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.

1 participant