chore(deps): update dependency ruby to v4#7192
Merged
Merged
Conversation
Comment on lines
197
to
199
| with: | ||
| ruby-version: "3.4.9" | ||
| ruby-version: "4.0.3" | ||
| bundler-cache: true |
Contributor
There was a problem hiding this comment.
Fastlane gem version incompatible with Ruby 4.0
The Gemfile at packages/app-core/platforms/android/Gemfile pins Fastlane to ~> 2.225 (i.e. >= 2.225, < 3.0). Ruby 4.0 support in Fastlane was only introduced in 2.231.1 (see fastlane/fastlane#29869). Any Gemfile.lock that was cached or resolved before that release (e.g. 2.226.x – 2.230.x) would fail to load under Ruby 4.0, likely causing the entire release workflow to error. The Gemfile lower bound should be raised to at least ~> 2.231.1 (or the lock file regenerated against a 4.0-compatible version) in tandem with this version bump. The same issue affects the iOS release workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.9→4.0.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ruby/ruby (ruby)
v4.0.3: 4.0.3Compare Source
What's Changed
Full Changelog
v4.0.2: 4.0.2Compare Source
What's Changed
binding.irbraises a LoadError underbundle execwhen Gemfile containspath:orgit:- Ruby - Ruby Issue Tracking Systemsyntax_suggest2.0.3 to supported branches - Ruby - Ruby Issue Tracking SystemUnboundMethod#==returns false for methods from included/extended modules - Ruby - Ruby Issue Tracking SystemString#%(backport 726205b354d1068147719fb42e1de743f1838ef1) - Ruby - Ruby Issue Tracking Systemand?predicate confused for leadingandkeyword - Ruby - Ruby Issue Tracking Systembenchmarkis shown when usingbenchmark-ips- Ruby - Ruby Issue Tracking Systemand?as ignored newline - Ruby - Ruby Issue Tracking SystemTimeout.timeoutdoesn't useTimeout::ExitExceptionwhen Fiber scheduler is in use. - Ruby - Ruby Issue Tracking Systemx = a rescue b in canddef f = a rescue b in cparsed differently between parse.y and prism - Ruby - Ruby Issue Tracking SystemNote: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.
Full Changelog
v4.0.1: 4.0.1Compare Source
What's Changed
benchmarkis shown when usingbenchmark-ips- Ruby - Ruby Issue Tracking SystemNote: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.
Full Changelog
v4.0.0: 4.0.0See also:
What's Changed
#io_writehook on IO flush by noteflakes · Pull Request #15609--with-ext=when ENABLE_SHARED=yes: ruby/digest.h not found for rubyspec CAPI extensions - Ruby - Ruby Issue Tracking SystemNote: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.
Full Changelog
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.