Skip to content

Commit 7a4bd46

Browse files
committed
Update fastlane
1 parent f03cd54 commit 7a4bd46

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", "~> 2.105"
3+
gem "fastlane", "~> 2.112"

Gemfile.lock

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ GEM
1313
highline (~> 1.7.2)
1414
declarative (0.0.10)
1515
declarative-option (0.1.0)
16+
digest-crc (0.4.1)
1617
domain_name (0.5.20180417)
1718
unf (>= 0.0.5, < 1.0.0)
1819
dotenv (2.5.0)
1920
emoji_regex (0.1.1)
2021
excon (0.62.0)
21-
faraday (0.15.3)
22+
faraday (0.15.4)
2223
multipart-post (>= 1.2, < 3)
2324
faraday-cookie_jar (0.0.6)
2425
faraday (>= 0.7.4)
2526
http-cookie (~> 1.0.0)
2627
faraday_middleware (0.12.2)
2728
faraday (>= 0.7.4, < 1.0)
28-
fastimage (2.1.4)
29-
fastlane (2.105.2)
29+
fastimage (2.1.5)
30+
fastlane (2.112.0)
3031
CFPropertyList (>= 2.3, < 4.0.0)
3132
addressable (>= 2.3, < 3.0.0)
3233
babosa (>= 1.0.2, < 2.0.0)
@@ -42,6 +43,7 @@ GEM
4243
fastimage (>= 2.1.0, < 3.0.0)
4344
gh_inspector (>= 1.1.2, < 2.0.0)
4445
google-api-client (>= 0.21.2, < 0.24.0)
46+
google-cloud-storage (>= 1.15.0, < 2.0.0)
4547
highline (>= 1.7.2, < 2.0.0)
4648
json (< 3.0.0)
4749
mini_magick (~> 4.5.1)
@@ -71,10 +73,19 @@ GEM
7173
representable (~> 3.0)
7274
retriable (>= 2.0, < 4.0)
7375
signet (~> 0.9)
74-
googleauth (0.6.6)
76+
google-cloud-core (1.2.7)
77+
google-cloud-env (~> 1.0)
78+
google-cloud-env (1.0.5)
79+
faraday (~> 0.11)
80+
google-cloud-storage (1.15.0)
81+
digest-crc (~> 0.4)
82+
google-api-client (~> 0.23)
83+
google-cloud-core (~> 1.2)
84+
googleauth (~> 0.6.2)
85+
googleauth (0.6.7)
7586
faraday (~> 0.12)
7687
jwt (>= 1.4, < 3.0)
77-
memoist (~> 0.12)
88+
memoist (~> 0.16)
7889
multi_json (~> 1.11)
7990
os (>= 0.9, < 2.0)
8091
signet (~> 0.7)
@@ -95,7 +106,7 @@ GEM
95106
nanaimo (0.2.6)
96107
naturally (2.2.0)
97108
os (1.0.0)
98-
plist (3.4.0)
109+
plist (3.5.0)
99110
public_suffix (2.0.5)
100111
representable (3.0.4)
101112
declarative (< 0.1.0)
@@ -105,7 +116,7 @@ GEM
105116
rouge (2.0.7)
106117
rubyzip (1.2.2)
107118
security (0.1.3)
108-
signet (0.10.0)
119+
signet (0.11.0)
109120
addressable (~> 2.3)
110121
faraday (~> 0.9)
111122
jwt (>= 1.5, < 3.0)
@@ -119,15 +130,15 @@ GEM
119130
unicode-display_width (~> 1.1, >= 1.1.1)
120131
tty-cursor (0.6.0)
121132
tty-screen (0.6.5)
122-
tty-spinner (0.8.0)
123-
tty-cursor (>= 0.5.0)
133+
tty-spinner (0.9.0)
134+
tty-cursor (~> 0.6.0)
124135
uber (0.1.0)
125136
unf (0.1.4)
126137
unf_ext
127138
unf_ext (0.0.7.5)
128-
unicode-display_width (1.4.0)
139+
unicode-display_width (1.4.1)
129140
word_wrap (1.0.0)
130-
xcodeproj (1.6.0)
141+
xcodeproj (1.7.0)
131142
CFPropertyList (>= 2.3.3, < 4.0)
132143
atomos (~> 0.1.3)
133144
claide (>= 1.0.2, < 2.0)
@@ -142,7 +153,7 @@ PLATFORMS
142153
ruby
143154

144155
DEPENDENCIES
145-
fastlane (~> 2.105)
156+
fastlane (~> 2.112)
146157

147158
BUNDLED WITH
148159
1.16.4

0 commit comments

Comments
 (0)