From 6b9e0f29fffa3ea9d69dbd1a412428d3cfe7a8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:28:23 +0000 Subject: [PATCH 1/2] chore(deps): bump rexml from 3.3.6 to 3.3.9 in /example Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index fc7ef08..8b361f5 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -85,10 +85,8 @@ GEM netrc (0.11.0) nkf (0.2.0) public_suffix (4.0.7) - rexml (3.3.6) - strscan + rexml (3.3.9) ruby-macho (2.5.1) - strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) From 1fb87eae506dbe8f6d31251d705982de2ebc2ea8 Mon Sep 17 00:00:00 2001 From: mhochsto <116495532+mhochsto@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:56:33 +0100 Subject: [PATCH 2/2] fix: temporarily pinned concurrent-ruby version to 1.3.4 - CocoaPods Issue 12744 --- example/Gemfile | 2 ++ example/Gemfile.lock | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 8d72c37..8b8a290 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -7,3 +7,5 @@ ruby ">= 2.6.10" # bound in the template on Cocoapods with next React Native release. gem 'cocoapods', '>= 1.13', '< 1.15' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' + +gem "concurrent-ruby", "= 1.3.4" diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 8b361f5..3b96d3b 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -56,7 +56,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) @@ -115,9 +115,10 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, < 7.1.0) cocoapods (>= 1.13, < 1.15) + concurrent-ruby (= 1.3.4) RUBY VERSION ruby 3.3.3p89 BUNDLED WITH - 2.5.14 + 2.5.22