From fb9404cba0fcac96b624cdf44e2f06d48f785037 Mon Sep 17 00:00:00 2001 From: YoloMao Date: Wed, 9 Oct 2024 11:41:17 +0800 Subject: [PATCH] chore: bump gems version in gemfile --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af246503..84e9562c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git' -gem 'cocoapods-generate', '2.2.5', :git => 'https://github.com/square/cocoapods-generate.git' -gem 'xcodeproj', '1.25.0', :git => 'https://github.com/CocoaPods/Xcodeproj.git' \ No newline at end of file +gem 'cocoapods', '~> 1.15', '>= 1.15.2' +gem 'cocoapods-generate', '~> 2.2', '>= 2.2.5' +gem 'xcodeproj', '~> 1.25', '>= 1.25.1' \ No newline at end of file