Massive/Gemfile

7 lines
213 B
Ruby
Raw Normal View History

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