Skip to content

Commit

Permalink
Mobile - Update ruby config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Oct 19, 2022
1 parent 0b8bf7d commit 6a0594a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-editor/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BUNDLE_PATH: "vendor/bundle"
BUNDLE_FORCE_RUBY_PLATFORM: 1
2 changes: 1 addition & 1 deletion packages/react-native-editor/ios/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.5
5 changes: 4 additions & 1 deletion packages/react-native-editor/ios/Gemfile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 6a0594a

Please sign in to comment.