Skip to content

Commit 4bb0c7f

Browse files
authored
chore(react-native): bump ruby to 3.3.4 (#221)
1 parent 0ffded1 commit 4bb0c7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-native/Gemfile

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

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '2.7.5'
4+
ruby '3.3.4'
55

66
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
77
# bound in the template on Cocoapods with next React Native release.

packages/react-native/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DEPENDENCIES
9797
cocoapods (>= 1.13, < 1.15)
9898

9999
RUBY VERSION
100-
ruby 2.7.5p203
100+
ruby 3.3.4p94
101101

102102
BUNDLED WITH
103-
2.1.4
103+
2.5.11

0 commit comments

Comments
 (0)