diff --git a/examples/expo/Gemfile b/examples/expo/Gemfile index 03278dd..f867413 100644 --- a/examples/expo/Gemfile +++ b/examples/expo/Gemfile @@ -7,4 +7,4 @@ ruby ">= 2.6.10" gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' -gem 'concurrent-ruby', '< 1.3.4' +gem 'concurrent-ruby', '< 1.3.8' diff --git a/examples/expo/Gemfile.lock b/examples/expo/Gemfile.lock index 4926765..764a5d6 100644 --- a/examples/expo/Gemfile.lock +++ b/examples/expo/Gemfile.lock @@ -53,7 +53,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.7) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) @@ -91,8 +91,10 @@ PLATFORMS ruby DEPENDENCIES - activesupport (>= 6.1.7.3, < 7.1.0) - cocoapods (~> 1.12) + activesupport (>= 6.1.7.5, != 7.1.0) + cocoapods (>= 1.13, != 1.15.1, != 1.15.0) + concurrent-ruby (< 1.3.8) + xcodeproj (< 1.26.0) RUBY VERSION ruby 2.7.6p219