Rocket.Chat.ReactNative/ios/Gemfile

9 lines
281 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2024-03-15 18:45:09 +00:00
gem 'fastlane'
2024-03-15 18:45:09 +00:00
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
2024-02-06 20:44:55 +00:00
gem "cocoapods-patch"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)