From 2a2f30e2a6de9c78bb817d4d2a563fd2b5e04449 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 3 Jan 2019 18:15:00 -0700 Subject: [PATCH] update fastlane --- Gemfile.lock | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1297e22dd..4ccf91405 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,21 +52,22 @@ GEM concurrent-ruby (1.1.3) declarative (0.0.10) declarative-option (0.1.0) + digest-crc (0.4.1) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) dotenv (2.5.0) emoji_regex (0.1.1) escape (0.0.4) excon (0.62.0) - faraday (0.15.3) + faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) faraday (>= 0.7.4) http-cookie (~> 1.0.0) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - fastimage (2.1.4) - fastlane (2.108.0) + fastimage (2.1.5) + fastlane (2.112.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -82,6 +83,7 @@ GEM fastimage (>= 2.1.0, < 3.0.0) gh_inspector (>= 1.1.2, < 2.0.0) google-api-client (>= 0.21.2, < 0.24.0) + google-cloud-storage (>= 1.15.0, < 2.0.0) highline (>= 1.7.2, < 2.0.0) json (< 3.0.0) mini_magick (~> 4.5.1) @@ -113,6 +115,15 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.0) signet (~> 0.9) + google-cloud-core (1.2.7) + google-cloud-env (~> 1.0) + google-cloud-env (1.0.5) + faraday (~> 0.11) + google-cloud-storage (1.15.0) + digest-crc (~> 0.4) + google-api-client (~> 0.23) + google-cloud-core (~> 1.2) + googleauth (~> 0.6.2) googleauth (0.6.7) faraday (~> 0.12) jwt (>= 1.4, < 3.0) @@ -143,7 +154,7 @@ GEM naturally (2.2.0) netrc (0.11.0) os (1.0.0) - plist (3.4.0) + plist (3.5.0) public_suffix (2.0.5) representable (3.0.4) declarative (< 0.1.0) @@ -169,15 +180,15 @@ GEM thread_safe (0.3.6) tty-cursor (0.6.0) tty-screen (0.6.5) - tty-spinner (0.8.0) - tty-cursor (>= 0.5.0) + tty-spinner (0.9.0) + tty-cursor (~> 0.6.0) tzinfo (1.2.5) thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.5) - unicode-display_width (1.4.0) + unicode-display_width (1.4.1) word_wrap (1.0.0) xcodeproj (1.7.0) CFPropertyList (>= 2.3.3, < 4.0) @@ -198,4 +209,4 @@ DEPENDENCIES fastlane BUNDLED WITH - 1.16.6 + 1.17.2