Skip to content

Commit 391d047

Browse files
committed
Test 1.16.0 fix
1 parent f8e677f commit 391d047

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ source 'https://rubygems.org'
88
# favorite editor. See https://github.com/firebase/firebase-ios-sdk/pull/8498
99
# for examples.
1010

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

15-
gem 'cocoapods', '1.16.0'
1613
gem 'cocoapods-generate', '2.2.5'
1714
gem 'danger', '8.4.5'

Gemfile.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
GIT
2+
remote: https://github.com/CocoaPods/CocoaPods.git
3+
revision: 204b4158866900594790eb6d725cf80a642c0dbd
4+
ref: 204b415
5+
specs:
6+
cocoapods (1.16.0)
7+
addressable (~> 2.8)
8+
claide (>= 1.0.2, < 2.0)
9+
cocoapods-core (= 1.16.0)
10+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
11+
cocoapods-downloader (>= 2.1, < 3.0)
12+
cocoapods-plugins (>= 1.0.0, < 2.0)
13+
cocoapods-search (>= 1.0.0, < 2.0)
14+
cocoapods-trunk (>= 1.6.0, < 2.0)
15+
cocoapods-try (>= 1.1.0, < 2.0)
16+
colored2 (~> 3.1)
17+
escape (~> 0.0.4)
18+
fourflusher (>= 2.3.0, < 3.0)
19+
gh_inspector (~> 1.0)
20+
molinillo (~> 0.8.0)
21+
nap (~> 1.0)
22+
ruby-macho (>= 2.3.0, < 3.0)
23+
xcodeproj (>= 1.26.0, < 2.0)
24+
125
GEM
226
remote: https://rubygems.org/
327
specs:
@@ -28,24 +52,6 @@ GEM
2852
cork
2953
nap
3054
open4 (~> 1.3)
31-
cocoapods (1.16.0)
32-
addressable (~> 2.8)
33-
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.16.0)
35-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
36-
cocoapods-downloader (>= 2.1, < 3.0)
37-
cocoapods-plugins (>= 1.0.0, < 2.0)
38-
cocoapods-search (>= 1.0.0, < 2.0)
39-
cocoapods-trunk (>= 1.6.0, < 2.0)
40-
cocoapods-try (>= 1.1.0, < 2.0)
41-
colored2 (~> 3.1)
42-
escape (~> 0.0.4)
43-
fourflusher (>= 2.3.0, < 3.0)
44-
gh_inspector (~> 1.0)
45-
molinillo (~> 0.8.0)
46-
nap (~> 1.0)
47-
ruby-macho (>= 2.3.0, < 3.0)
48-
xcodeproj (>= 1.26.0, < 2.0)
4955
cocoapods-core (1.16.0)
5056
activesupport (>= 5.0, < 8)
5157
addressable (~> 2.8)
@@ -172,7 +178,7 @@ PLATFORMS
172178
ruby
173179

174180
DEPENDENCIES
175-
cocoapods (= 1.16.0)
181+
cocoapods!
176182
cocoapods-generate (= 2.2.5)
177183
danger (= 8.4.5)
178184

0 commit comments

Comments
 (0)