summary refs log tree commit diff
path: root/pkgs/tools/admin/fastlane
diff options
context:
space:
mode:
authorPeter Romfeld <peter.romfeld.hk@gmail.com>2017-12-06 12:25:19 +0800
committerPeter Romfeld <peter.romfeld.hk@gmail.com>2017-12-06 12:25:19 +0800
commit946beae8e4652c90fa810092afc7e7f2901b7f73 (patch)
tree1fb361b1bf370bc3d6e0742159a25aee5f17c5c3 /pkgs/tools/admin/fastlane
parentb9aaab9634a4c366d8286ef5752af8b52b4b96d7 (diff)
downloadnixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar.gz
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar.bz2
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar.lz
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar.xz
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.tar.zst
nixpkgs-946beae8e4652c90fa810092afc7e7f2901b7f73.zip
fastlane: 2.66.2 -> 2.68.2
Diffstat (limited to 'pkgs/tools/admin/fastlane')
-rw-r--r--pkgs/tools/admin/fastlane/Gemfile.lock4
-rw-r--r--pkgs/tools/admin/fastlane/gemset.nix8
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/admin/fastlane/Gemfile.lock b/pkgs/tools/admin/fastlane/Gemfile.lock
index dd88dd8c4ac..babef61311e 100644
--- a/pkgs/tools/admin/fastlane/Gemfile.lock
+++ b/pkgs/tools/admin/fastlane/Gemfile.lock
@@ -24,7 +24,7 @@ GEM
     faraday_middleware (0.12.2)
       faraday (>= 0.7.4, < 1.0)
     fastimage (2.1.0)
-    fastlane (2.66.2)
+    fastlane (2.68.2)
       CFPropertyList (>= 2.3, < 3.0.0)
       addressable (>= 2.3, < 3.0.0)
       babosa (>= 1.0.2, < 2.0.0)
@@ -73,7 +73,7 @@ GEM
       multi_json (~> 1.11)
       os (~> 0.9)
       signet (~> 0.7)
-    highline (1.7.8)
+    highline (1.7.10)
     http-cookie (1.0.3)
       domain_name (~> 0.5)
     httpclient (2.8.3)
diff --git a/pkgs/tools/admin/fastlane/gemset.nix b/pkgs/tools/admin/fastlane/gemset.nix
index 16179d9118b..39f7be68255 100644
--- a/pkgs/tools/admin/fastlane/gemset.nix
+++ b/pkgs/tools/admin/fastlane/gemset.nix
@@ -137,10 +137,10 @@
     dependencies = ["CFPropertyList" "addressable" "babosa" "colored" "commander-fastlane" "dotenv" "excon" "faraday" "faraday-cookie_jar" "faraday_middleware" "fastimage" "gh_inspector" "google-api-client" "highline" "json" "mini_magick" "multi_json" "multi_xml" "multipart-post" "plist" "public_suffix" "rubyzip" "security" "slack-notifier" "terminal-notifier" "terminal-table" "tty-screen" "word_wrap" "xcodeproj" "xcpretty" "xcpretty-travis-formatter"];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "12pwfz36l1ks84618g6y7l6s4pbb86ngr4fmg1dnxgj01h4m7dx6";
+      sha256 = "1dgpr6rdg0bc8fxv0ysf4pw6p1by03jw8bwzqxkyai5fsl6hggpf";
       type = "gem";
     };
-    version = "2.66.2";
+    version = "2.68.2";
   };
   gh_inspector = {
     source = {
@@ -171,10 +171,10 @@
   highline = {
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr";
+      sha256 = "01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y";
       type = "gem";
     };
-    version = "1.7.8";
+    version = "1.7.10";
   };
   http-cookie = {
     dependencies = ["domain_name"];