From 47250e7ed7d608e499ae8f3ec99494269db30292 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 7 Jun 2022 17:50:05 -0500 Subject: Initial commit --- Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..2c3edcf4b --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +source 'https://rubygems.org' + +# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version +ruby '2.7.4' + +gem 'cocoapods', '~> 1.11', '>= 1.11.2' -- cgit 1.4.1