Skip to content

Commit 3d46a5e

Browse files
author
crow
committed
Update gemfile
1 parent b5e7c8b commit 3d46a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.6.10"
4+
ruby ">= 3.0.1"
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.
8-
gem 'cocoapods', '>= 1.13', '< 1.15'
8+
gem 'cocoapods', '>= 1.15.2', '< 1.16'
99
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'

0 commit comments

Comments
 (0)