diff --git a/packages/react-native-editor/.bundle/config b/packages/react-native-editor/.bundle/config new file mode 100644 index 00000000000000..d137d242ed7420 --- /dev/null +++ b/packages/react-native-editor/.bundle/config @@ -0,0 +1,2 @@ +BUNDLE_PATH: "vendor/bundle" +BUNDLE_FORCE_RUBY_PLATFORM: 1 \ No newline at end of file diff --git a/packages/react-native-editor/ios/.ruby-version b/packages/react-native-editor/ios/.ruby-version index a4dd9dba4fbfc5..a603bb50a29e35 100644 --- a/packages/react-native-editor/ios/.ruby-version +++ b/packages/react-native-editor/ios/.ruby-version @@ -1 +1 @@ -2.7.4 +2.7.5 diff --git a/packages/react-native-editor/ios/Gemfile b/packages/react-native-editor/ios/Gemfile index 9536eabf7d5262..d973c436b3950b 100644 --- a/packages/react-native-editor/ios/Gemfile +++ b/packages/react-native-editor/ios/Gemfile @@ -1,3 +1,6 @@ source 'https://rubygems.org' -gem 'cocoapods', '~> 1.10.0' +# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version +ruby '2.7.5' + +gem 'cocoapods', '~> 1.11', '>= 1.11.2' \ No newline at end of file