fastlane: 2.68.2 -> 2.75.1

This commit is contained in:
adisbladis
2018-01-11 17:20:54 +08:00
parent 663618ed3a
commit 828298ce26
2 changed files with 47 additions and 26 deletions
+34 -17
View File
@@ -19,10 +19,10 @@
CFPropertyList = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "06dddgcai6nay552h8wmnb2m93xx5hni48s16vkbf9vbym4nfw5x";
sha256 = "0hadm41xr1fq3qp74jd9l5q8l0j9083rgklgzsilllwaav7qrrid";
type = "gem";
};
version = "2.3.5";
version = "2.3.6";
};
claide = {
source = {
@@ -93,10 +93,10 @@
excon = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0mnc9lqlzwqj5ayp0lh7impisqm55mdg3mw5q4gi9yjic5sidc40";
sha256 = "1rxwlfs7dq4r3bi9avgn7j6bz4hq1a3hdlr9xwdiyp4dp4286xfc";
type = "gem";
};
version = "0.59.0";
version = "0.60.0";
};
faraday = {
dependencies = ["multipart-post"];
@@ -128,19 +128,19 @@
fastimage = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fh80nwjxm63phcdg55haz9q877fxgvnkazjihaqbf8ginn6g00v";
sha256 = "0dzv34dgpw1sakj4wdd26dnw1z7iwvwfdvfr9aiirspabibfq6vc";
type = "gem";
};
version = "2.1.0";
version = "2.1.1";
};
fastlane = {
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"];
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" "tty-spinner" "word_wrap" "xcodeproj" "xcpretty" "xcpretty-travis-formatter"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1dgpr6rdg0bc8fxv0ysf4pw6p1by03jw8bwzqxkyai5fsl6hggpf";
sha256 = "0v5i9wnbmsmvz3xhbkvs1w5qj9b0ib5431i3zlimfasf8h138l9y";
type = "gem";
};
version = "2.68.2";
version = "2.75.1";
};
gh_inspector = {
source = {
@@ -262,10 +262,10 @@
multi_json = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1raim9ddjh672m32psaa9niw67ywzjbxbdb8iijx3wv9k5b0pk2x";
sha256 = "05rrhxl08qvd37g5q13v6k8qqbr1ixn6g53ld6rxrvj4lxrjvxns";
type = "gem";
};
version = "1.12.2";
version = "1.13.0";
};
multi_xml = {
source = {
@@ -302,10 +302,10 @@
plist = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0k0pyqrjcz9kn1b3ahsfs9aqym7s7yzz0vavya0zn0mca3jw2zqc";
sha256 = "1f27kj49v76psqxgcwvwc63cf7va2bszmmw2qrrd281qzi2if79l";
type = "gem";
};
version = "3.3.0";
version = "3.4.0";
};
public_suffix = {
source = {
@@ -390,13 +390,30 @@
};
version = "1.8.0";
};
tty-cursor = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xmggqwbikamd4qjwvahrv0vpbznm06bqpl498pb5fy3pra2xyxz";
type = "gem";
};
version = "0.5.0";
};
tty-screen = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0582kwz0y0h5pn67gh36cds6b087i0jh622vw6f85gnqzmynilcv";
sha256 = "19iq03prqjbm0nr7yn0181lph52d994jwbcsqss3lwpwkl20s6bv";
type = "gem";
};
version = "0.6.3";
version = "0.6.4";
};
tty-spinner = {
dependencies = ["tty-cursor"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sblbhnscgchnxpbsxa5xmnxnpw13nd4lgsykazm9mhsxmjmhggw";
type = "gem";
};
version = "0.7.0";
};
uber = {
source = {
@@ -443,10 +460,10 @@
dependencies = ["CFPropertyList" "claide" "colored2" "nanaimo"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gvnd5ixa4wbn1cpc6jp6i9z0dxhcwlxny47irzbr6zr8wpj3ww7";
sha256 = "04kv04y5yz2zniwwywh5ik29gpnjpsp23yr6w07qn3m243icvi76";
type = "gem";
};
version = "1.5.3";
version = "1.5.4";
};
xcpretty = {
dependencies = ["rouge"];