Skip to content

Bump ruby_native from 0.10.0 to 0.10.3#15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_native-0.10.3
Closed

Bump ruby_native from 0.10.0 to 0.10.3#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_native-0.10.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor

Bumps ruby_native from 0.10.0 to 0.10.3.

Release notes

Sourced from ruby_native's releases.

v0.10.3

Fixed

  • Advanced Mode navbar buttons now appear on the first paint after a modal dismisses. When a modal's form redirected to a new screen, the destination's buttons were dropped until a manual pull-to-refresh because the view controller wasn't on screen when the signal arrived. The navbar now retries briefly until the screen settles.
  • OAuth callback paths in auth.oauth_paths no longer trip a native sign-in loop. Listing a provider's callback next to its authorize path made the iOS app treat the callback as a sign-in entry point and loop. The gem now drops any callback that duplicates a listed authorize path and warns; list only authorize paths.

v0.10.2

Added

  • The config error screen now flags gem/native version mismatches and shows the fix: the bundle update ruby_native command for an old gem, or an Update app button for a stale app. When versions match, it names the offending config/ruby_native.yml key.

Changed

  • Config errors no longer leak developer detail to end users. Shipped apps show a generic message; the Preview app adds a Change servers button and shows the unreachable server URL.

Fixed

  • Tabs that use only icons: now keep working on older native binaries. When a tab defines the per-platform icons: { ios:, android: } form without a flat icon:, the served config now also populates the legacy icon field from icons.ios (falling back to icons.android). Native binaries that predate the icons: option read only tab.icon, so without this they showed no tab icon. An explicit icon: is always preserved.
Changelog

Sourced from ruby_native's changelog.

[0.10.3] - 2026-06-06

Fixed

  • Advanced Mode navbar buttons now appear on the first paint after a modal dismisses. When a modal's form redirected to a new screen, the destination's buttons were dropped until a manual pull-to-refresh because the view controller wasn't on screen when the signal arrived. The navbar now retries briefly until the screen settles.
  • OAuth callback paths in auth.oauth_paths no longer trip a native sign-in loop. Listing a provider's callback next to its authorize path made the iOS app treat the callback as a sign-in entry point and loop. The gem now drops any callback that duplicates a listed authorize path and warns; list only authorize paths.

[0.10.2] - 2026-06-01

Added

  • The config error screen now flags gem/native version mismatches and shows the fix: the bundle update ruby_native command for an old gem, or an Update app button for a stale app. When versions match, it names the offending config/ruby_native.yml key.

Changed

  • Config errors no longer leak developer detail to end users. Shipped apps show a generic message; the Preview app adds a Change servers button and shows the unreachable server URL.

Fixed

  • Tabs that use only icons: now keep working on older native binaries. When a tab defines the per-platform icons: { ios:, android: } form without a flat icon:, the served config now also populates the legacy icon field from icons.ios (falling back to icons.android). Native binaries that predate the icons: option read only tab.icon, so without this they showed no tab icon. An explicit icon: is always preserved.
Commits
  • 5db8a94 Release v0.10.3
  • c8bba75 Fix order-dependent config pollution in test suite
  • 7f9dd1a Tighten CHANGELOG
  • c172e2f Strip OAuth callback paths from oauth_paths to prevent native sign-in loop
  • e0481ff Add changelog entry for Advanced Mode navbar modal-dismiss fix
  • 01803d7 Merge pull request #60 from kieranklaassen/aasa-exclude-oauth-paths
  • 89b74c8 Exclude OAuth paths from AASA universal links
  • 7841d90 Release v0.10.2
  • 9e9d91b Add changelog entries for config error screen improvements
  • ba76de5 Backfill legacy tab icon from per-platform icons
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruby_native](https://github.com/ruby-native/gem) from 0.10.0 to 0.10.3.
- [Release notes](https://github.com/ruby-native/gem/releases)
- [Changelog](https://github.com/ruby-native/gem/blob/main/CHANGELOG.md)
- [Commits](ruby-native/gem@v0.10.0...v0.10.3)

---
updated-dependencies:
- dependency-name: ruby_native
  dependency-version: 0.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #20.

@dependabot dependabot Bot closed this Jun 13, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/ruby_native-0.10.3 branch June 13, 2026 19:32
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