From ef0be4ce2ec4216515945c5674170a77ae159c6a Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Wed, 7 Aug 2024 11:17:35 -0700 Subject: [PATCH] chore: update xcodeproj gem to 1.25.0 --- Gemfile | 3 +-- Gemfile.lock | 26 +++++++++----------------- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index fa7f3b91..d61b78b5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,4 @@ source 'https://rubygems.org' gem 'xcpretty', '0.3.0' gem 'cocoapods', '1.11.3' gem 'cocoapods-downloader', '1.6.3' -gem 'fastlane', '2.205.1' -gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5" \ No newline at end of file +gem 'fastlane', '2.205.1' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 822c4789..ab74508d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,3 @@ -GIT - remote: https://github.com/CocoaPods/Xcodeproj.git - revision: fe55cf57badef2ca27fb9d4f801d9b834de1f871 - ref: fe55cf5 - branch: master - specs: - xcodeproj (1.24.0) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (>= 3.3.2, < 4.0) - GEM remote: https://rubygems.org/ specs: @@ -245,7 +231,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.3) + rexml (3.3.4) strscan rouge (2.0.7) ruby-macho (2.5.1) @@ -280,6 +266,13 @@ GEM unicode-display_width (1.8.0) webrick (1.7.0) word_wrap (1.0.0) + xcodeproj (1.25.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.3.0) + rexml (>= 3.3.2, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) @@ -293,8 +286,7 @@ DEPENDENCIES cocoapods (= 1.11.3) cocoapods-downloader (= 1.6.3) fastlane (= 2.205.1) - xcodeproj! xcpretty (= 0.3.0) BUNDLED WITH - 2.3.7 + 2.5.14