Quellcode durchsuchen

Update to CocoaPods 1.10.0 (#6795)

Paul Beusterien vor 5 Jahren
Ursprung
Commit
e29587dbfb
2 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 1 1
      Gemfile
  2. 6 6
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -2,7 +2,7 @@
 # commit Gemfile and Gemfile.lock.
 source 'https://rubygems.org'
 
-gem 'cocoapods', '1.10.0.rc.1'
+gem 'cocoapods', '1.10.0'
 
 # Use cocoapod-generate hash until 2.1.0 releases to fix a bug interacting with CocoaPods 1.10.
 gem 'cocoapods-generate', git: "https://github.com/square/cocoapods-generate.git", ref: "230b0b537b"

+ 6 - 6
Gemfile.lock

@@ -26,10 +26,10 @@ GEM
       cork
       nap
       open4 (~> 1.3)
-    cocoapods (1.10.0.rc.1)
+    cocoapods (1.10.0)
       addressable (~> 2.6)
       claide (>= 1.0.2, < 2.0)
-      cocoapods-core (= 1.10.0.rc.1)
+      cocoapods-core (= 1.10.0)
       cocoapods-deintegrate (>= 1.0.3, < 2.0)
       cocoapods-downloader (>= 1.4.0, < 2.0)
       cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -43,8 +43,8 @@ GEM
       molinillo (~> 0.6.6)
       nap (~> 1.0)
       ruby-macho (~> 1.4)
-      xcodeproj (>= 1.17.0, < 2.0)
-    cocoapods-core (1.10.0.rc.1)
+      xcodeproj (>= 1.19.0, < 2.0)
+    cocoapods-core (1.10.0)
       activesupport (> 5.0, < 6)
       addressable (~> 2.6)
       algoliasearch (~> 1.0)
@@ -125,7 +125,7 @@ GEM
     tzinfo (1.2.7)
       thread_safe (~> 0.1)
     unicode-display_width (1.6.0)
-    xcodeproj (1.18.0)
+    xcodeproj (1.19.0)
       CFPropertyList (>= 2.3.3, < 4.0)
       atomos (~> 0.1.3)
       claide (>= 1.0.2, < 2.0)
@@ -136,7 +136,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  cocoapods (= 1.10.0.rc.1)
+  cocoapods (= 1.10.0)
   cocoapods-generate!
   danger (= 6.1.0)