Skip to content

Commit d0709e8

Browse files
authored
Fix cron tests by disallowing CocoaPods 1.7.0.rc.1 (#2941)
1 parent b00733d commit d0709e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CocoapodsIntegrationTest/Gemfile

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

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

5-
gem 'cocoapods', "~>1.7.0.beta"
5+
gem 'cocoapods', "!=1.7.0.rc.1"

0 commit comments

Comments
 (0)