Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/ios/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.9
3.4.10
2 changes: 1 addition & 1 deletion example/ios/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

# RN 0.70-era CocoaPods integration is not compatible with Ruby 4.x.
# Using Ruby 3.2.x avoids the FBReactNativeSpec podspec arity error.
ruby '3.4.9'
ruby '3.4.10'

gem 'cocoapods', '~> 1.16.2'
# Useful utilities for cleaning Pods during debugging.
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ DEPENDENCIES
cocoapods-deintegrate (~> 1.0)

RUBY VERSION
ruby 3.4.9p82
ruby 3.4.10p104

BUNDLED WITH
2.4.10