Skip to content

Commit 73cdedf

Browse files
build(deps): bump concurrent-ruby from 1.3.3 to 1.3.7 in /apps/bare-rn + fix bare rn demo app (#1279)
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.3 to 1.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby-concurrency/concurrent-ruby/releases">concurrent-ruby's releases</a>.</em></p> <blockquote> <h2>v1.3.7</h2> <!-- raw HTML omitted --> <p>There are 3 security fixes in this release, so updating is recommended. These security vulnerabilities are not very likely to be hit in practice and have a corresponding <code>Low</code> severity score.</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-h8w8-99g7-qmvj">CVE-2026-54904</a> <code>AtomicReference#update</code> livelocks when the stored value is <code>Float::NAN</code>. Fix by <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> and <a href="https://github.com/eregon"><code>@​eregon</code></a></li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-wv3x-4vxv-whpp">CVE-2026-54905</a> <code>ReentrantReadWriteLock</code> read-count overflow grants a write lock without exclusivity. Fix by <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a></li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-6wx8-w4f5-wwcr">CVE-2026-54906</a> <code>ReadWriteLock</code> allows wrong-thread write release and stray read-release counter corruption. Fix by <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a></li> <li>concurrent-ruby-ext: fix build on Darwin 32-bit by <a href="https://github.com/barracuda156"><code>@​barracuda156</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1064">ruby-concurrency/concurrent-ruby#1064</a></li> <li>Add SECURITY.md by <a href="https://github.com/eregon"><code>@​eregon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1104">ruby-concurrency/concurrent-ruby#1104</a></li> <li>Add Ruby 4.0 in CI by <a href="https://github.com/eregon"><code>@​eregon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1106">ruby-concurrency/concurrent-ruby#1106</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/barracuda156"><code>@​barracuda156</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1064">ruby-concurrency/concurrent-ruby#1064</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.6...v1.3.7">https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.6...v1.3.7</a></p> <h2>v1.3.6</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Run tests without the C extension in CI by <a href="https://github.com/eregon"><code>@​eregon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1081">ruby-concurrency/concurrent-ruby#1081</a></li> <li>Fix typo in Promise docs by <a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1083">ruby-concurrency/concurrent-ruby#1083</a></li> <li>Correct word in readme by <a href="https://github.com/wwahammy"><code>@​wwahammy</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1084">ruby-concurrency/concurrent-ruby#1084</a></li> <li>Fix mistakes in MVar documentation by <a href="https://github.com/trinistr"><code>@​trinistr</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1087">ruby-concurrency/concurrent-ruby#1087</a></li> <li>Fix multi require concurrent/executor/cached_thread_pool by <a href="https://github.com/OuYangJinTing"><code>@​OuYangJinTing</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1085">ruby-concurrency/concurrent-ruby#1085</a></li> <li>Use typed data APIs by <a href="https://github.com/nobu"><code>@​nobu</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1096">ruby-concurrency/concurrent-ruby#1096</a></li> <li>Add Joshua Young to the list of maintainers by <a href="https://github.com/eregon"><code>@​eregon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1097">ruby-concurrency/concurrent-ruby#1097</a></li> <li>Asynchronous pruning for RubyThreadPoolExecutor by <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1082">ruby-concurrency/concurrent-ruby#1082</a></li> <li>Mark RubySingleThreadExecutor as a SerialExecutorService by <a href="https://github.com/meineerde"><code>@​meineerde</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1070">ruby-concurrency/concurrent-ruby#1070</a></li> <li>Allow TimerTask to be safely restarted after shutdown and avoid duplicate tasks by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1001">ruby-concurrency/concurrent-ruby#1001</a></li> <li>Flaky test fix: allow ThreadPool to shutdown before asserting completed_task_count by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1098">ruby-concurrency/concurrent-ruby#1098</a></li> <li><code>ThreadPoolExecutor#kill</code> will <code>wait_for_termination</code> in JRuby; ensure <code>TimerSet</code> timer thread shuts down cleanly by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1044">ruby-concurrency/concurrent-ruby#1044</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1083">ruby-concurrency/concurrent-ruby#1083</a></li> <li><a href="https://github.com/wwahammy"><code>@​wwahammy</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1084">ruby-concurrency/concurrent-ruby#1084</a></li> <li><a href="https://github.com/trinistr"><code>@​trinistr</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1087">ruby-concurrency/concurrent-ruby#1087</a></li> <li><a href="https://github.com/OuYangJinTing"><code>@​OuYangJinTing</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1085">ruby-concurrency/concurrent-ruby#1085</a></li> <li><a href="https://github.com/nobu"><code>@​nobu</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1096">ruby-concurrency/concurrent-ruby#1096</a></li> <li><a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> made their first contribution in <a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/pull/1082">ruby-concurrency/concurrent-ruby#1082</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.5...v1.3.6">https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.5...v1.3.6</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md">concurrent-ruby's changelog</a>.</em></p> <blockquote> <h2>Release v1.3.7 (16 June 2026)</h2> <p>concurrent-ruby:</p> <ul> <li>See the <a href="https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.3.7">release notes on GitHub</a>.</li> </ul> <h2>Release v1.3.6 (13 December 2025)</h2> <p>concurrent-ruby:</p> <ul> <li>See the <a href="https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.3.6">release notes on GitHub</a>.</li> </ul> <h2>Release v1.3.5, edge v0.7.2 (15 January 2025)</h2> <p>concurrent-ruby:</p> <ul> <li>(<a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/issues/1062">#1062</a>) Remove dependency on logger.</li> </ul> <p>concurrent-ruby-edge:</p> <ul> <li>(<a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/issues/1062">#1062</a>) Remove dependency on logger.</li> </ul> <h2>Release v1.3.4 (10 August 2024)</h2> <ul> <li>(<a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/issues/1060">#1060</a>) Fix bug with return value of <code>Concurrent.available_processor_count</code> when <code>cpu.cfs_quota_us</code> is -1.</li> <li>(<a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/issues/1058">#1058</a>) Add <code>Concurrent.cpu_shares</code> that is cgroups aware.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/4c8fc28ab6bb9bd8258a4c0c2fa6d35ebe77b3cb"><code>4c8fc28</code></a> Release 1.3.7</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/d91ca9426cb819d6cc63f1bd64bfe54644d0beca"><code>d91ca94</code></a> Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/7e4d711bacf7a1dac3ef6bda44004387be2dc7e6"><code>7e4d711</code></a> Fix <code>ReentrantReadWriteLock</code> read hold overflow into write-lock bit</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/6e37e0644b83b182971dc540d2e4bee38df61386"><code>6e37e06</code></a> Fix <code>AtomicReference#update</code> livelock when stored value is <code>Float::NAN</code></li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/2825cfa12cb708b76557803957f76862eb1151a2"><code>2825cfa</code></a> Cleanup spec</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/3fd493283ca5f84f0ef4e84aabd43ad68df4626b"><code>3fd4932</code></a> Fix <code>ReadWriteLock</code> wrong-thread write release and stray read release</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/1974b4772efc034ee8eaa562b4370343f4c5c54b"><code>1974b47</code></a> Add Ruby 4.0 in CI</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/df8706d40c483d76bbb0b3a35a633c68fa9e17be"><code>df8706d</code></a> Add SECURITY.md (<a href="https://redirect.github.com/ruby-concurrency/concurrent-ruby/issues/1104">#1104</a>)</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/7a1b78941c081106c20a9ca0144ac73a48d254ab"><code>7a1b789</code></a> Bump actions/upload-pages-artifact from 4 to 5</li> <li><a href="https://github.com/ruby-concurrency/concurrent-ruby/commit/9b2dbf712896a638a73d2fa221206961c8d6484d"><code>9b2dbf7</code></a> Bump actions/deploy-pages from 4 to 5</li> <li>Additional commits viewable in <a href="https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.3...v1.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrent-ruby&package-manager=bundler&previous-version=1.3.3&new-version=1.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/software-mansion/react-native-executorch/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Słuszniak <mateusz.sluszniak@swmansion.com>
1 parent bb4c6d6 commit 73cdedf

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

apps/bare-rn/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ ruby ">= 2.6.10"
77
# CocoaPods >= 1.16.0 fixes Ruby 3.4 compatibility (kconv removal).
88
gem 'cocoapods', '>= 1.16.2'
99
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
10+
gem 'concurrent-ruby', '< 1.3.8'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.
1313
gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

apps/bare-rn/Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
netrc (~> 0.11)
6363
cocoapods-try (1.2.0)
6464
colored2 (3.1.2)
65-
concurrent-ruby (1.3.3)
65+
concurrent-ruby (1.3.7)
6666
connection_pool (3.0.2)
6767
drb (2.2.3)
6868
escape (0.0.4)
@@ -84,6 +84,7 @@ GEM
8484
nanaimo (0.4.0)
8585
nap (1.1.0)
8686
netrc (0.11.0)
87+
nkf (0.3.0)
8788
public_suffix (4.0.7)
8889
rexml (3.4.4)
8990
ruby-macho (2.5.1)
@@ -108,9 +109,10 @@ DEPENDENCIES
108109
benchmark
109110
bigdecimal
110111
cocoapods (>= 1.16.2)
111-
concurrent-ruby (< 1.3.4)
112+
concurrent-ruby (< 1.3.8)
112113
logger
113114
mutex_m
115+
nkf
114116

115117
RUBY VERSION
116118
ruby 3.4.5p51

apps/bare-rn/ios/Podfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ PODS:
17811781
- ReactCommon/turbomodule/core
17821782
- SocketRocket
17831783
- Yoga
1784-
- react-native-executorch (0.9.0):
1784+
- react-native-executorch (0.10.0):
17851785
- boost
17861786
- DoubleConversion
17871787
- fast_float
@@ -2430,6 +2430,8 @@ PODS:
24302430
- ReactCommon/turbomodule/core
24312431
- SocketRocket
24322432
- Yoga
2433+
- RNDeviceInfo (15.0.2):
2434+
- React-Core
24332435
- SocketRocket (0.7.1)
24342436
- Yoga (0.0.0)
24352437

@@ -2509,6 +2511,7 @@ DEPENDENCIES:
25092511
- ReactCodegen (from `build/generated/ios`)
25102512
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
25112513
- "ReactNativeFs (from `../node_modules/@dr.pogodin/react-native-fs`)"
2514+
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
25122515
- SocketRocket (~> 0.7.1)
25132516
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
25142517

@@ -2669,6 +2672,8 @@ EXTERNAL SOURCES:
26692672
:path: "../node_modules/react-native/ReactCommon"
26702673
ReactNativeFs:
26712674
:path: "../node_modules/@dr.pogodin/react-native-fs"
2675+
RNDeviceInfo:
2676+
:path: "../node_modules/react-native-device-info"
26722677
Yoga:
26732678
:path: "../node_modules/react-native/ReactCommon/yoga"
26742679

@@ -2717,7 +2722,7 @@ SPEC CHECKSUMS:
27172722
React-Mapbuffer: 94f4264de2cb156960cd82b338a403f4653f2fd9
27182723
React-microtasksnativemodule: 6c4ee39a36958c39c97b074d28f360246a335e84
27192724
react-native-background-downloader: 114f96122822fa97b06ea0f2250b8e8270696995
2720-
react-native-executorch: 273c1ffd131a92738c35267c7af737275e8b32a5
2725+
react-native-executorch: 807a17da00be3ae805e6edab9791fc9e0a584063
27212726
react-native-safe-area-context: befb5404eb8a16fdc07fa2bebab3568ecabcbb8a
27222727
React-NativeModulesApple: ebf2ce72b35870036900d6498b33724386540a71
27232728
React-oscompat: eb0626e8ba1a2c61673c991bf9dc21834898475d
@@ -2750,9 +2755,10 @@ SPEC CHECKSUMS:
27502755
ReactCodegen: 6c26f8c25d0b5ae66f86a1cce1777076ac8bcbd8
27512756
ReactCommon: 5f0e5c09a64a2717215dd84380e1a747810406f2
27522757
ReactNativeFs: 5fc447c96bcf90d038b79695d721628fc7bb0170
2758+
RNDeviceInfo: 4c852998208b60dc192ae3529e5867817719ad1e
27532759
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27542760
Yoga: 728df40394d49f3f471688747cf558158b3a3bd1
27552761

2756-
PODFILE CHECKSUM: 421dcdee6cbb1e2a032c3b2e3ffc9371849b2199
2762+
PODFILE CHECKSUM: 3f9008ee1fb32bf8b4f65f3fba5576bf818a2d0f
27572763

27582764
COCOAPODS: 1.16.2

apps/bare-rn/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@kesha-antonov/react-native-background-downloader": "^4.4.5",
1616
"react": "19.1.0",
1717
"react-native": "0.81.5",
18+
"react-native-device-info": "^15.0.2",
1819
"react-native-executorch": "workspace:*",
1920
"react-native-executorch-bare-resource-fetcher": "workspace:*",
2021
"react-native-safe-area-context": "^5.5.2"

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7194,6 +7194,7 @@ __metadata:
71947194
prettier: "npm:2.8.8"
71957195
react: "npm:19.1.0"
71967196
react-native: "npm:0.81.5"
7197+
react-native-device-info: "npm:^15.0.2"
71977198
react-native-executorch: "workspace:*"
71987199
react-native-executorch-bare-resource-fetcher: "workspace:*"
71997200
react-native-safe-area-context: "npm:^5.5.2"

0 commit comments

Comments
 (0)