Skip to content

Commit

Permalink
Test 1.16.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 29, 2024
1 parent f8e677f commit 391d047
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ source 'https://rubygems.org'
# favorite editor. See https://github.com/firebase/firebase-ios-sdk/pull/8498
# for examples.

# gem 'cocoapods', git: "https://github.com/CocoaPods/CocoaPods.git", ref: "9cebcde577f56aa26f27d8aa501b51fdd4d6abdb"
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
gem 'cocoapods', git: "https://github.com/CocoaPods/CocoaPods.git", ref: "204b415"

gem 'cocoapods', '1.16.0'
gem 'cocoapods-generate', '2.2.5'
gem 'danger', '8.4.5'
44 changes: 25 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
GIT
remote: https://github.com/CocoaPods/CocoaPods.git
revision: 204b4158866900594790eb6d725cf80a642c0dbd
ref: 204b415
specs:
cocoapods (1.16.0)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.16.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.26.0, < 2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -28,24 +52,6 @@ GEM
cork
nap
open4 (~> 1.3)
cocoapods (1.16.0)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.16.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.26.0, < 2.0)
cocoapods-core (1.16.0)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
Expand Down Expand Up @@ -172,7 +178,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 1.16.0)
cocoapods!
cocoapods-generate (= 2.2.5)
danger (= 8.4.5)

Expand Down

0 comments on commit 391d047

Please sign in to comment.