From 8ca8f830a09d8ff08ccb654199cb33779117cc37 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 16:40:21 +0530 Subject: Initial commit Generated by react-native@0.74.1 --- Gemfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..8d72c37 --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +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 'activesupport', '>= 6.1.7.5', '< 7.1.0' -- cgit v1.3.1