Skip to content

Commit 319a8be

Browse files
authored
CocoaPods Tests cleanups and temporary fix (#2944)
1 parent b54bc7a commit 319a8be

File tree

5 files changed

+6
-33
lines changed

5 files changed

+6
-33
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ cloud-firestore-emulator.pid
9494

9595
# Let Gemfiles in CocoaPodsIntegrationTest float to catch issues asap
9696
CocoaPodsIntegrationTest/**/Gemfile.lock
97+
CocoaPodsIntegrationTest/Gemfile
98+
CocoaPodsIntegrationTest/Podfile

CocoapodsIntegrationTest/Gemfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

CocoapodsIntegrationTest/Podfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_multiprojects_staticLibs/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
source "https://rubygems.org"
44

5-
gem 'cocoapods', "~>1.7.0.beta"
5+
# Don't allow 1.7.0.rc.1 because of https://github.com/CocoaPods/CocoaPods/issues/8765
6+
gem 'cocoapods', "!=1.7.0.rc.1"

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_staticLibs/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
source "https://rubygems.org"
44

5-
gem 'cocoapods', "~>1.7.0.beta"
5+
# Don't allow 1.7.0.rc.1 because of https://github.com/CocoaPods/CocoaPods/issues/8765
6+
gem 'cocoapods', "!=1.7.0.rc.1"

0 commit comments

Comments
 (0)