From a44be677c5fa14e7dd028c522490122b432b756e Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 16 May 2025 17:52:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4source=E6=BA=90=E8=AE=A9b?= =?UTF-8?q?undle=5Finstall=5Fretry=E8=84=9A=E6=9C=AC=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/Gemfile | 2 +- ios/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/Gemfile b/android/Gemfile index 79087196..5f5b8322 100644 --- a/android/Gemfile +++ b/android/Gemfile @@ -1,4 +1,4 @@ -source "https://mirrors.aliyun.com/rubygems/" +source "https://rubygems.org" gem "fastlane" gem 'nkf', '0.2.0' diff --git a/ios/Gemfile b/ios/Gemfile index 8a7082c8..cb7538c4 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -1,4 +1,4 @@ -source "https://gems.ruby-china.com" +source "https://rubygems.org" gem "fastlane" gem 'cocoapods', '1.14.3'