Skip to content
Snippets Groups Projects
Unverified Commit a6313b45 authored by hurali97's avatar hurali97
Browse files

revert: cherry-pick of 3869ae4d

parent 794bb0b6
No related merge requests found
# Gemfile
source 'https://rubygems.org'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'cocoapods', '>= 1.11.3'
gem 'rexml'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
......@@ -3,7 +3,5 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '>= 2.6.10'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'cocoapods', '>= 1.11.3'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment