Skip to content

chore(deps): update dependency ruby to v4#7192

Merged
lalalune merged 1 commit into
developfrom
renovate/ruby-4.x
Apr 29, 2026
Merged

chore(deps): update dependency ruby to v4#7192
lalalune merged 1 commit into
developfrom
renovate/ruby-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Type Update Change
ruby (source) uses-with major 3.4.94.0.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ruby/ruby (ruby)

v4.0.3: 4.0.3

Compare Source

What's Changed

Full Changelog

v4.0.2: 4.0.2

Compare Source

What's Changed

Note: 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.1

Compare Source

What's Changed

Note: 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.0

See also:

What's Changed

Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.

Full Changelog

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions Bot added the ci label Apr 29, 2026
Comment on lines 197 to 199
with:
ruby-version: "3.4.9"
ruby-version: "4.0.3"
bundler-cache: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 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.

@lalalune lalalune merged commit c80e588 into develop Apr 29, 2026
14 of 25 checks passed
@lalalune lalalune deleted the renovate/ruby-4.x branch April 29, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant