about summary refs log tree commit diff
path: root/pkgs/development/mobile/cocoapods
diff options
context:
space:
mode:
authorLily Ballard <lily@sb.org>2019-05-15 11:53:46 -0700
committerLily Ballard <lily@sb.org>2019-05-15 11:53:46 -0700
commitaba46ce1443ba4b5be71585f2ca12020b9a6d342 (patch)
treea9b16c490747938fa2be03cd72bca10277701235 /pkgs/development/mobile/cocoapods
parent8ec48dcf6de11f552fbba6ceced432244327944f (diff)
downloadnixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar.gz
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar.bz2
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar.lz
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar.xz
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.tar.zst
nixlib-aba46ce1443ba4b5be71585f2ca12020b9a6d342.zip
cocoapods: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs/development/mobile/cocoapods')
-rw-r--r--pkgs/development/mobile/cocoapods/Gemfile.lock8
-rw-r--r--pkgs/development/mobile/cocoapods/gemset.nix12
2 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/development/mobile/cocoapods/Gemfile.lock b/pkgs/development/mobile/cocoapods/Gemfile.lock
index 9145ca181883..37915b87431b 100644
--- a/pkgs/development/mobile/cocoapods/Gemfile.lock
+++ b/pkgs/development/mobile/cocoapods/Gemfile.lock
@@ -9,10 +9,10 @@ GEM
       tzinfo (~> 1.1)
     atomos (0.1.3)
     claide (1.0.2)
-    cocoapods (1.6.1)
+    cocoapods (1.6.2)
       activesupport (>= 4.0.2, < 5)
       claide (>= 1.0.2, < 2.0)
-      cocoapods-core (= 1.6.1)
+      cocoapods-core (= 1.6.2)
       cocoapods-deintegrate (>= 1.0.2, < 2.0)
       cocoapods-downloader (>= 1.2.2, < 2.0)
       cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -28,7 +28,7 @@ GEM
       nap (~> 1.0)
       ruby-macho (~> 1.4)
       xcodeproj (>= 1.8.1, < 2.0)
-    cocoapods-core (1.6.1)
+    cocoapods-core (1.6.2)
       activesupport (>= 4.0.2, < 6)
       fuzzy_match (~> 2.0.4)
       nap (~> 1.0)
@@ -59,7 +59,7 @@ GEM
     thread_safe (0.3.6)
     tzinfo (1.2.5)
       thread_safe (~> 0.1)
-    xcodeproj (1.8.2)
+    xcodeproj (1.9.0)
       CFPropertyList (>= 2.3.3, < 4.0)
       atomos (~> 0.1.3)
       claide (>= 1.0.2, < 2.0)
diff --git a/pkgs/development/mobile/cocoapods/gemset.nix b/pkgs/development/mobile/cocoapods/gemset.nix
index de6c524633f6..6ef71592bb5b 100644
--- a/pkgs/development/mobile/cocoapods/gemset.nix
+++ b/pkgs/development/mobile/cocoapods/gemset.nix
@@ -40,10 +40,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "0sjipdbybs2ikjz9drpwfq1msisha3cbf3508ywaj5w3i481av37";
+      sha256 = "1f2xdcar9yk3x4v18pjh3rnn489h252wh3llxx39ig18pcijwzmg";
       type = "gem";
     };
-    version = "1.6.1";
+    version = "1.6.2";
   };
   cocoapods-core = {
     dependencies = ["activesupport" "fuzzy_match" "nap"];
@@ -51,10 +51,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "03g31gn8k9q8ky1qhg9i2xawg6xdpl8x3mq4fdah17jclsg8y0sh";
+      sha256 = "052fwscc9k3pvka6y8c2mh8i7wm6a6jk44b236krj33jyzk0z2vw";
       type = "gem";
     };
-    version = "1.6.1";
+    version = "1.6.2";
   };
   cocoapods-deintegrate = {
     groups = ["default"];
@@ -254,9 +254,9 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "0ji3wmpr6xm4172vxh9y6731vm2xrvv7ccwk4ijd5n4if1dakm03";
+      sha256 = "0qhanxa4zbirbdq6skdpg7hvx1vivwy1i5x22c3xkdb7pykh7dm7";
       type = "gem";
     };
-    version = "1.8.2";
+    version = "1.9.0";
   };
 }
\ No newline at end of file