Skip to content

Commit f100488

Browse files
Update dependency ruby to v3.4.10
1 parent 647a081 commit f100488

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/ios/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.9
1+
3.4.10

example/ios/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

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

77
gem 'cocoapods', '~> 1.16.2'
88
# Useful utilities for cleaning Pods during debugging.

example/ios/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DEPENDENCIES
112112
cocoapods-deintegrate (~> 1.0)
113113

114114
RUBY VERSION
115-
ruby 3.4.9p82
115+
ruby 3.4.10p104
116116

117117
BUNDLED WITH
118118
2.4.10

0 commit comments

Comments
 (0)