update fastlane to latest

pull/1/head
Michael Kirk 7 years ago
parent c19a8ce07e
commit 8354a9c13f

@ -54,7 +54,7 @@ GEM
declarative-option (0.1.0) declarative-option (0.1.0)
domain_name (0.5.20180417) domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
dotenv (2.4.0) dotenv (2.5.0)
emoji_regex (0.1.1) emoji_regex (0.1.1)
escape (0.0.4) escape (0.0.4)
excon (0.62.0) excon (0.62.0)
@ -66,7 +66,7 @@ GEM
faraday_middleware (0.12.2) faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0) faraday (>= 0.7.4, < 1.0)
fastimage (2.1.3) fastimage (2.1.3)
fastlane (2.96.1) fastlane (2.99.1)
CFPropertyList (>= 2.3, < 4.0.0) CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0) addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0) babosa (>= 1.0.2, < 2.0.0)
@ -90,7 +90,7 @@ GEM
multipart-post (~> 2.0.0) multipart-post (~> 2.0.0)
plist (>= 3.1.0, < 4.0.0) plist (>= 3.1.0, < 4.0.0)
public_suffix (~> 2.0.0) public_suffix (~> 2.0.0)
rubyzip (>= 1.1.0, < 2.0.0) rubyzip (>= 1.2.1, < 2.0.0)
security (= 0.1.3) security (= 0.1.3)
simctl (~> 1.6.3) simctl (~> 1.6.3)
slack-notifier (>= 2.0.0, < 3.0.0) slack-notifier (>= 2.0.0, < 3.0.0)
@ -100,7 +100,7 @@ GEM
tty-spinner (>= 0.8.0, < 1.0.0) tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0) word_wrap (~> 1.0.0)
xcodeproj (>= 1.5.7, < 2.0.0) xcodeproj (>= 1.5.7, < 2.0.0)
xcpretty (>= 0.2.4, < 1.0.0) xcpretty (~> 0.2.8)
xcpretty-travis-formatter (>= 0.0.3) xcpretty-travis-formatter (>= 0.0.3)
fourflusher (2.0.1) fourflusher (2.0.1)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
@ -142,9 +142,9 @@ GEM
multi_json (1.13.1) multi_json (1.13.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.0.0) multipart-post (2.0.0)
nanaimo (0.2.5) nanaimo (0.2.6)
nap (1.1.0) nap (1.1.0)
naturally (2.1.0) naturally (2.2.0)
netrc (0.11.0) netrc (0.11.0)
os (0.9.6) os (0.9.6)
plist (3.4.0) plist (3.4.0)
@ -153,9 +153,9 @@ GEM
declarative (< 0.1.0) declarative (< 0.1.0)
declarative-option (< 0.2.0) declarative-option (< 0.2.0)
uber (< 0.2.0) uber (< 0.2.0)
retriable (3.1.1) retriable (3.1.2)
rouge (2.0.7) rouge (2.0.7)
ruby-macho (1.1.0) ruby-macho (1.2.0)
rubyzip (1.2.1) rubyzip (1.2.1)
security (0.1.3) security (0.1.3)
signet (0.8.1) signet (0.8.1)
@ -163,7 +163,7 @@ GEM
faraday (~> 0.9) faraday (~> 0.9)
jwt (>= 1.5, < 3.0) jwt (>= 1.5, < 3.0)
multi_json (~> 1.10) multi_json (~> 1.10)
simctl (1.6.4) simctl (1.6.5)
CFPropertyList CFPropertyList
naturally naturally
slack-notifier (2.3.2) slack-notifier (2.3.2)
@ -171,8 +171,8 @@ GEM
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tty-cursor (0.5.0) tty-cursor (0.6.0)
tty-screen (0.6.4) tty-screen (0.6.5)
tty-spinner (0.8.0) tty-spinner (0.8.0)
tty-cursor (>= 0.5.0) tty-cursor (>= 0.5.0)
tzinfo (1.2.5) tzinfo (1.2.5)
@ -181,7 +181,7 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.5) unf_ext (0.0.7.5)
unicode-display_width (1.3.2) unicode-display_width (1.4.0)
word_wrap (1.0.0) word_wrap (1.0.0)
xcodeproj (1.5.9) xcodeproj (1.5.9)
CFPropertyList (>= 2.3.3, < 4.0) CFPropertyList (>= 2.3.3, < 4.0)
@ -202,4 +202,4 @@ DEPENDENCIES
fastlane fastlane
BUNDLED WITH BUNDLED WITH
1.16.1 1.16.2

Loading…
Cancel
Save