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 6 updates #344

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-patch group with 6 updates:

Package From To
sorbet-runtime 0.5.11707 0.5.11708
sorbet-static-and-runtime 0.5.11707 0.5.11708
prism 1.2.0 1.3.0
sorbet 0.5.11707 0.5.11708
sorbet-static 0.5.11707 0.5.11708
tilt 2.4.0 2.5.0

Updates sorbet-runtime from 0.5.11707 to 0.5.11708

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11707.20241219181650-f3331edbb

To use Sorbet add this line to your Gemfile:

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

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

Release notes

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

sorbet 0.5.11707.20241219181650-f3331edbb

To use Sorbet add this line to your Gemfile:

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

Updates prism from 1.2.0 to 1.3.0

Release notes

Sourced from prism's releases.

v1.3.0

Added

  • Introduce Prism::StringQuery.
  • Introduce Prism::Relocation.
  • Track do keyword for WhileNode and UntilNode.
  • Change the way the gem is built to rely on mkmf instead of make.
  • Lots more documentation on node fields.

Changed

  • Properly add an error for def @foo; end.
  • Properly add an error for foo(**, *).
  • Fix up regression in string parsing in RubyParser translation.
  • Reject invalid dot method call after match expression.
  • Reject invalid operator after match expression.
  • Fix up %-literals delimited by newlines.
  • Properly add an error for -> { _1; -> { _1 } }.
  • Reject blocks and keywords in index writes.
Changelog

Sourced from prism's changelog.

[1.3.0] - 2024-12-21

Added

  • Introduce Prism::StringQuery.
  • Introduce Prism::Relocation.
  • Track do keyword for WhileNode and UntilNode.
  • Change the way the gem is built to rely on mkmf instead of make.
  • Lots more documentation on node fields.

Changed

  • Properly add an error for def @foo; end.
  • Properly add an error for foo(**, *).
  • Fix up regression in string parsing in RubyParser translation.
  • Reject invalid dot method call after match expression.
  • Reject invalid operator after match expression.
  • Fix up %-literals delimited by newlines.
  • Properly add an error for -> { _1; -> { _1 } }.
  • Reject blocks and keywords in index writes.
Commits
  • 439fd97 Merge pull request #3335 from ruby/bump-version
  • b2874df Use 2.7 Gemfile for template CI
  • a679ee0 Bump to v1.3.0
  • e1e5b55 Merge pull request #3334 from ruby/fallthrough-fallback
  • cc810b1 Fallthrough fallback for unknown compilers
  • d869d7e Merge pull request #3333 from ruby/update-deps
  • 6874d78 Bump Ruby dependencies
  • b1a508b Merge pull request #3332 from ruby/dependabot/bundler/gemfiles/typecheck/test...
  • dca90d8 Merge pull request #3327 from ruby/dependabot/bundler/gemfiles/3.0/test-unit-...
  • 0d6b5fc Bump test-unit from 3.6.4 to 3.6.7 in /gemfiles/typecheck
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11707 to 0.5.11708

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11707.20241219181650-f3331edbb

To use Sorbet add this line to your Gemfile:

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

Updates sorbet-static from 0.5.11707 to 0.5.11708

Release notes

Sourced from sorbet-static's releases.

sorbet 0.5.11707.20241219181650-f3331edbb

To use Sorbet add this line to your Gemfile:

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

Updates tilt from 2.4.0 to 2.5.0

Changelog

Sourced from tilt's changelog.

2.5.0 (2024-12-20)

  • Deprecate creole templates as they require modifying frozen string literals (jeremyevans)
  • Remove deprecated erubis, wikicloth, and maruku templates (jeremyevans)
  • Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)
Commits
  • b6ad942 Update CHANGELOG
  • 9767c79 Bump version to 2.5.0
  • f00f17d Try to fix CI for JRuby 9.3/9.4
  • 51fb6fd Update tests to pass with commonmarker 2
  • a29d5fb Update warning filters
  • 18b58ff Deprecate creole templates as they require modifying frozen string literals
  • 5dc13d1 Remove deprecated erubis, wikicloth, and maruku templates
  • 1ed346e Use -W:strict_unused_block when running tests on Ruby 3.4+
  • 346b91f Avoid spurious frozen string literal deprecation warnings on Ruby 3.4.0-previ...
  • 69465bf Document use of StaticTemplate
  • 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 minor-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11707` | `0.5.11708` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11707` | `0.5.11708` |
| [prism](https://github.com/ruby/prism) | `1.2.0` | `1.3.0` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11707` | `0.5.11708` |
| [sorbet-static](https://github.com/sorbet/sorbet) | `0.5.11707` | `0.5.11708` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.4.0` | `2.5.0` |


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

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

Updates `prism` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.2.0...v1.3.0)

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

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

Updates `tilt` from 2.4.0 to 2.5.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.4.0...v2.5.0)

---
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: prism
  dependency-type: indirect
  update-type: version-update:semver-minor
  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
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

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 Dec 23, 2024
@carlocab carlocab enabled auto-merge December 23, 2024 15:00
@carlocab carlocab merged commit 795dde9 into main Dec 23, 2024
7 checks passed
@carlocab carlocab deleted the dependabot/bundler/minor-patch-427dba2d3d branch December 23, 2024 15:00
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