diff --git a/samples/react-native/Gemfile b/samples/react-native/Gemfile index a8186be894..13f9c151ea 100644 --- a/samples/react-native/Gemfile +++ b/samples/react-native/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # ruby "3.4.0" gem 'cocoapods', '1.15.2' -gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' +gem 'activesupport', '>= 6.1.7.5', '< 7.3.0' gem 'fastlane', '2.220.0' gem 'xcodeproj', '< 1.26.0' diff --git a/samples/react-native/Gemfile.lock b/samples/react-native/Gemfile.lock index af9f2f2702..665050bbdd 100644 --- a/samples/react-native/Gemfile.lock +++ b/samples/react-native/Gemfile.lock @@ -6,12 +6,18 @@ GEM nkf rexml abbrev (0.1.2) - activesupport (6.1.7.10) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.3.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) @@ -84,7 +90,8 @@ GEM colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) csv (3.3.5) declarative (0.0.20) digest-crc (0.6.5) @@ -92,6 +99,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.8.1) + drb (2.2.3) emoji_regex (3.2.3) escape (0.0.4) ethon (0.16.0) @@ -212,7 +220,7 @@ GEM http-cookie (1.0.8) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.14.6) + i18n (1.14.8) concurrent-ruby (~> 1.0) jmespath (1.6.2) json (2.7.3) @@ -222,7 +230,7 @@ GEM memoist (0.16.2) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.27.0) molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.4.1) @@ -248,6 +256,7 @@ GEM ruby-macho (2.5.1) ruby2_keywords (0.0.5) rubyzip (2.3.2) + securerandom (0.4.1) security (0.1.5) signet (0.18.0) addressable (~> 2.8) @@ -284,7 +293,6 @@ GEM rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) xcpretty (~> 0.2, >= 0.0.7) - zeitwerk (2.6.18) PLATFORMS arm64-darwin-22 @@ -295,7 +303,7 @@ PLATFORMS DEPENDENCIES abbrev - activesupport (>= 6.1.7.5, < 7.1.0) + activesupport (>= 6.1.7.5, < 7.3.0) benchmark bigdecimal cocoapods (= 1.15.2)