diff --git a/Gemfile b/Gemfile index 751e05d2d32b..6cf346b06332 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source "https://rubygems.org" # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby ">= 2.6.10" -gem "cocoapods", "~> 1.13" +gem "cocoapods", "~> 1.14", ">= 1.14.0" gem "activesupport", ">= 6.1.7.3", "< 7.1.0" -gem "fastlane", "~> 2" +gem "fastlane", "~> 2", ">= 2.220.0" gem "xcpretty", "~> 0"