diff --git a/Gemfile b/Gemfile index bf2232ec..910eabba 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby '2.7.5' -gem 'cocoapods', '~> 1.11', '>= 1.11.2' -gem "fastlane" +gem 'cocoapods', '~> 1.12', '>= 1.12.0' +gem "fastlane", ">= 2.209.0" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path)