Skip to content

Commit a6cfaf6

Browse files
committed
Update fastlane
The latest version includes a fix for TestFlight API requests failing with status code 410.
1 parent d130ae2 commit a6cfaf6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.0)
5-
addressable (2.5.2)
5+
addressable (2.6.0)
66
public_suffix (>= 2.0.2, < 4.0)
77
atomos (0.1.3)
88
babosa (1.0.2)
@@ -16,26 +16,26 @@ GEM
1616
digest-crc (0.4.1)
1717
domain_name (0.5.20180417)
1818
unf (>= 0.0.5, < 1.0.0)
19-
dotenv (2.5.0)
20-
emoji_regex (0.1.1)
21-
excon (0.62.0)
19+
dotenv (2.7.2)
20+
emoji_regex (1.0.1)
21+
excon (0.63.0)
2222
faraday (0.15.4)
2323
multipart-post (>= 1.2, < 3)
2424
faraday-cookie_jar (0.0.6)
2525
faraday (>= 0.7.4)
2626
http-cookie (~> 1.0.0)
27-
faraday_middleware (0.12.2)
27+
faraday_middleware (0.13.1)
2828
faraday (>= 0.7.4, < 1.0)
2929
fastimage (2.1.5)
30-
fastlane (2.112.0)
30+
fastlane (2.120.0)
3131
CFPropertyList (>= 2.3, < 4.0.0)
3232
addressable (>= 2.3, < 3.0.0)
3333
babosa (>= 1.0.2, < 2.0.0)
34-
bundler (>= 1.12.0, < 2.0.0)
34+
bundler (>= 1.12.0, < 3.0.0)
3535
colored
3636
commander-fastlane (>= 4.4.6, < 5.0.0)
3737
dotenv (>= 2.1.1, < 3.0.0)
38-
emoji_regex (~> 0.1)
38+
emoji_regex (>= 0.1, < 2.0)
3939
excon (>= 0.45.0, < 1.0.0)
4040
faraday (~> 0.9)
4141
faraday-cookie_jar (~> 0.0.6)
@@ -56,12 +56,12 @@ GEM
5656
security (= 0.1.3)
5757
simctl (~> 1.6.3)
5858
slack-notifier (>= 2.0.0, < 3.0.0)
59-
terminal-notifier (>= 1.6.2, < 2.0.0)
59+
terminal-notifier (>= 2.0.0, < 3.0.0)
6060
terminal-table (>= 1.4.5, < 2.0.0)
6161
tty-screen (>= 0.6.3, < 1.0.0)
6262
tty-spinner (>= 0.8.0, < 1.0.0)
6363
word_wrap (~> 1.0.0)
64-
xcodeproj (>= 1.6.0, < 2.0.0)
64+
xcodeproj (>= 1.8.1, < 2.0.0)
6565
xcpretty (~> 0.3.0)
6666
xcpretty-travis-formatter (>= 0.0.3)
6767
gh_inspector (1.1.3)
@@ -73,15 +73,15 @@ GEM
7373
representable (~> 3.0)
7474
retriable (>= 2.0, < 4.0)
7575
signet (~> 0.9)
76-
google-cloud-core (1.2.7)
76+
google-cloud-core (1.3.0)
7777
google-cloud-env (~> 1.0)
7878
google-cloud-env (1.0.5)
7979
faraday (~> 0.11)
80-
google-cloud-storage (1.15.0)
80+
google-cloud-storage (1.16.0)
8181
digest-crc (~> 0.4)
8282
google-api-client (~> 0.23)
8383
google-cloud-core (~> 1.2)
84-
googleauth (~> 0.6.2)
84+
googleauth (>= 0.6.2, < 0.10.0)
8585
googleauth (0.6.7)
8686
faraday (~> 0.12)
8787
jwt (>= 1.4, < 3.0)
@@ -93,12 +93,12 @@ GEM
9393
http-cookie (1.0.3)
9494
domain_name (~> 0.5)
9595
httpclient (2.8.3)
96-
json (2.1.0)
96+
json (2.2.0)
9797
jwt (2.1.0)
9898
memoist (0.16.0)
9999
mime-types (3.2.2)
100100
mime-types-data (~> 3.2015)
101-
mime-types-data (3.2018.0812)
101+
mime-types-data (3.2019.0331)
102102
mini_magick (4.5.1)
103103
multi_json (1.13.1)
104104
multi_xml (0.6.0)
@@ -125,20 +125,20 @@ GEM
125125
CFPropertyList
126126
naturally
127127
slack-notifier (2.3.2)
128-
terminal-notifier (1.8.0)
128+
terminal-notifier (2.0.0)
129129
terminal-table (1.8.0)
130130
unicode-display_width (~> 1.1, >= 1.1.1)
131-
tty-cursor (0.6.0)
131+
tty-cursor (0.6.1)
132132
tty-screen (0.6.5)
133133
tty-spinner (0.9.0)
134134
tty-cursor (~> 0.6.0)
135135
uber (0.1.0)
136136
unf (0.1.4)
137137
unf_ext
138138
unf_ext (0.0.7.5)
139-
unicode-display_width (1.4.1)
139+
unicode-display_width (1.5.0)
140140
word_wrap (1.0.0)
141-
xcodeproj (1.7.0)
141+
xcodeproj (1.8.2)
142142
CFPropertyList (>= 2.3.3, < 4.0)
143143
atomos (~> 0.1.3)
144144
claide (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)