2022-06-08 00:50:05 +02:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
2023-01-18 03:40:02 +01:00
|
|
|
ruby File.read(File.join(__dir__, '.ruby-version')).strip
|
2022-06-08 00:50:05 +02:00
|
|
|
|
2023-01-18 03:40:02 +01:00
|
|
|
gem 'cocoapods', '~> 1.11', '>= 1.11.3'
|