We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e7c8b commit 3d46a5eCopy full SHA for 3d46a5e
example/Gemfile
@@ -1,9 +1,9 @@
1
source 'https://rubygems.org'
2
3
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4
-ruby ">= 2.6.10"
+ruby ">= 3.0.1"
5
6
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
7
# bound in the template on Cocoapods with next React Native release.
8
-gem 'cocoapods', '>= 1.13', '< 1.15'
+gem 'cocoapods', '>= 1.15.2', '< 1.16'
9
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
0 commit comments