diff --git a/Gemfile b/Gemfile index f8f4bde4b..9cf434730 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'pry' # Cocoapods 1.15 introduced a bug which break the build. (RN 0.72) We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.13', '< 1.15' +gem 'cocoapods', '>= 1.13', '< 1.16' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' # temporary? gem 'xcodeproj', '< 1.26.0' diff --git a/Gemfile.lock b/Gemfile.lock index 544cace5e..aea56551c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,7 @@ GIT GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.7) - base64 - nkf - rexml + CFPropertyList (3.0.8) activesupport (7.0.10) base64 benchmark (>= 0.3) @@ -31,14 +28,14 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) atomos (0.1.3) - base64 (0.2.0) + base64 (0.3.0) benchmark (0.5.0) bigdecimal (4.1.2) claide (1.1.0) - cocoapods (1.14.3) + cocoapods (1.15.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.14.3) + cocoapods-core (= 1.15.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -53,7 +50,7 @@ GEM nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.14.3) + cocoapods-core (1.15.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -81,28 +78,31 @@ GEM fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) - httpclient (2.8.3) - i18n (1.14.8) + httpclient (2.9.0) + mutex_m + i18n (1.15.2) concurrent-ruby (~> 1.0) - json (2.7.2) + json (2.21.2) logger (1.7.0) method_source (1.1.0) - minitest (5.26.1) + minitest (6.0.6) + drb (~> 2.0) + prism (~> 1.5) molinillo (0.8.0) mutex_m (0.3.0) nanaimo (0.3.0) nap (1.1.0) netrc (0.11.0) - nkf (0.2.0) + prism (1.9.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) rexml (3.4.4) ruby-macho (2.5.1) - securerandom (0.3.2) - typhoeus (1.4.1) - ethon (>= 0.9.0) + securerandom (0.4.1) + typhoeus (1.5.0) + ethon (>= 0.9.0, < 0.16.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) xcodeproj (1.25.0) @@ -118,7 +118,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, < 7.1.0) - cocoapods (>= 1.13, < 1.15) + cocoapods (>= 1.13, < 1.16) ethon! ffi (> 1.14.2) pry