Skip to content

Commit 67e417f

Browse files
committed
Update Fastlane and add required dependencies
1 parent 232fa15 commit 67e417f

File tree

3 files changed

+48
-41
lines changed

3 files changed

+48
-41
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ source 'https://rubygems.org' do
55
gem 'xcpretty-travis-formatter'
66
gem 'octokit', "~> 4.0"
77
gem 'dotenv'
8-
gem 'rubyzip', "~> 1.2.2"
9-
gem "fastlane", "~> 2.127.2"
8+
gem "fastlane", "~> 2.137"
109
end
1110

1211

Gemfile.lock

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GIT
22
remote: https://github.com/wordpress-mobile/release-toolkit
3-
revision: b57127b313fd06519cbebfd4a3f6784eec1ef5fc
4-
tag: 0.7.1
3+
revision: 63806fe4d1c870c16c7ab7114959dd420152e4b0
4+
tag: 0.8.1
55
specs:
6-
fastlane-plugin-wpmreleasetoolkit (0.7.1)
6+
fastlane-plugin-wpmreleasetoolkit (0.8.1)
7+
activesupport (~> 4)
8+
chroma (= 0.2.0)
79
diffy (~> 3.3)
810
git (~> 1.3)
911
jsonlint
@@ -17,17 +19,18 @@ GIT
1719
GEM
1820
remote: https://rubygems.org/
1921
specs:
20-
CFPropertyList (3.0.0)
22+
CFPropertyList (3.0.1)
2123
activesupport (4.2.11.1)
2224
i18n (~> 0.7)
2325
minitest (~> 5.1)
2426
thread_safe (~> 0.3, >= 0.3.4)
2527
tzinfo (~> 1.1)
26-
addressable (2.6.0)
27-
public_suffix (>= 2.0.2, < 4.0)
28+
addressable (2.7.0)
29+
public_suffix (>= 2.0.2, < 5.0)
2830
atomos (0.1.3)
29-
babosa (1.0.2)
30-
claide (1.0.2)
31+
babosa (1.0.3)
32+
chroma (0.2.0)
33+
claide (1.0.3)
3134
cocoapods (1.6.1)
3235
activesupport (>= 4.0.2, < 5)
3336
claide (>= 1.0.2, < 2.0)
@@ -52,14 +55,14 @@ GEM
5255
fuzzy_match (~> 2.0.4)
5356
nap (~> 1.0)
5457
cocoapods-deintegrate (1.0.4)
55-
cocoapods-downloader (1.2.2)
58+
cocoapods-downloader (1.3.0)
5659
cocoapods-plugins (1.0.0)
5760
nap
5861
cocoapods-repo-update (0.0.4)
5962
cocoapods (~> 1.0, >= 1.3.0)
6063
cocoapods-search (1.0.0)
6164
cocoapods-stats (1.1.0)
62-
cocoapods-trunk (1.3.1)
65+
cocoapods-trunk (1.4.1)
6366
nap (>= 0.8, < 2.0)
6467
netrc (~> 0.11)
6568
cocoapods-try (1.1.0)
@@ -74,19 +77,19 @@ GEM
7477
digest-crc (0.4.1)
7578
domain_name (0.5.20190701)
7679
unf (>= 0.0.5, < 1.0.0)
77-
dotenv (2.7.2)
80+
dotenv (2.7.5)
7881
emoji_regex (1.0.1)
7982
escape (0.0.4)
80-
excon (0.65.0)
81-
faraday (0.15.4)
83+
excon (0.69.1)
84+
faraday (0.17.1)
8285
multipart-post (>= 1.2, < 3)
8386
faraday-cookie_jar (0.0.6)
8487
faraday (>= 0.7.4)
8588
http-cookie (~> 1.0.0)
8689
faraday_middleware (0.13.1)
8790
faraday (>= 0.7.4, < 1.0)
88-
fastimage (2.1.5)
89-
fastlane (2.127.2)
91+
fastimage (2.1.7)
92+
fastlane (2.137.0)
9093
CFPropertyList (>= 2.3, < 4.0.0)
9194
addressable (>= 2.3, < 3.0.0)
9295
babosa (>= 1.0.2, < 2.0.0)
@@ -96,9 +99,9 @@ GEM
9699
dotenv (>= 2.1.1, < 3.0.0)
97100
emoji_regex (>= 0.1, < 2.0)
98101
excon (>= 0.45.0, < 1.0.0)
99-
faraday (~> 0.9)
102+
faraday (~> 0.17)
100103
faraday-cookie_jar (~> 0.0.6)
101-
faraday_middleware (~> 0.9)
104+
faraday_middleware (~> 0.13.1)
102105
fastimage (>= 2.1.0, < 3.0.0)
103106
gh_inspector (>= 1.1.2, < 2.0.0)
104107
google-api-client (>= 0.21.2, < 0.24.0)
@@ -111,7 +114,7 @@ GEM
111114
multipart-post (~> 2.0.0)
112115
plist (>= 3.1.0, < 4.0.0)
113116
public_suffix (~> 2.0.0)
114-
rubyzip (>= 1.2.2, < 2.0.0)
117+
rubyzip (>= 1.3.0, < 2.0.0)
115118
security (= 0.1.3)
116119
simctl (~> 1.6.3)
117120
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -123,7 +126,9 @@ GEM
123126
xcodeproj (>= 1.8.1, < 2.0.0)
124127
xcpretty (~> 0.3.0)
125128
xcpretty-travis-formatter (>= 0.0.3)
126-
fourflusher (2.2.0)
129+
fastlane-plugin-appcenter (1.6.0)
130+
fastlane-plugin-sentry (1.6.0)
131+
fourflusher (2.3.1)
127132
fuzzy_match (2.0.4)
128133
gh_inspector (1.1.3)
129134
git (1.5.0)
@@ -135,9 +140,9 @@ GEM
135140
representable (~> 3.0)
136141
retriable (>= 2.0, < 4.0)
137142
signet (~> 0.9)
138-
google-cloud-core (1.3.0)
143+
google-cloud-core (1.4.1)
139144
google-cloud-env (~> 1.0)
140-
google-cloud-env (1.2.0)
145+
google-cloud-env (1.3.0)
141146
faraday (~> 0.11)
142147
google-cloud-storage (1.16.0)
143148
digest-crc (~> 0.4)
@@ -162,37 +167,37 @@ GEM
162167
oj (~> 3)
163168
optimist (~> 3)
164169
jwt (2.1.0)
165-
memoist (0.16.0)
166-
mime-types (3.2.2)
170+
memoist (0.16.1)
171+
mime-types (3.3)
167172
mime-types-data (~> 3.2015)
168-
mime-types-data (3.2019.0331)
173+
mime-types-data (3.2019.1009)
169174
mini_magick (4.9.5)
170175
mini_portile2 (2.4.0)
171-
minitest (5.11.3)
176+
minitest (5.13.0)
172177
molinillo (0.6.6)
173-
multi_json (1.13.1)
178+
multi_json (1.14.1)
174179
multi_xml (0.6.0)
175180
multipart-post (2.0.0)
176181
nanaimo (0.2.6)
177182
nap (1.1.0)
178183
naturally (2.2.0)
179184
netrc (0.11.0)
180-
nokogiri (1.10.4)
185+
nokogiri (1.10.5)
181186
mini_portile2 (~> 2.4.0)
182187
octokit (4.14.0)
183188
sawyer (~> 0.8.0, >= 0.5.3)
184-
oj (3.9.0)
189+
oj (3.9.2)
185190
optimist (3.0.0)
186191
options (2.3.2)
187192
os (1.0.1)
188-
parallel (1.17.0)
193+
parallel (1.19.1)
189194
plist (3.5.0)
190195
progress_bar (1.3.0)
191196
highline (>= 1.6, < 3)
192197
options (~> 2.3.0)
193198
public_suffix (2.0.5)
194-
rake (12.3.2)
195-
rake-compiler (1.0.7)
199+
rake (12.3.3)
200+
rake-compiler (1.0.8)
196201
rake
197202
representable (3.0.4)
198203
declarative (< 0.1.0)
@@ -201,17 +206,17 @@ GEM
201206
retriable (3.1.2)
202207
rouge (2.0.7)
203208
ruby-macho (1.4.0)
204-
rubyzip (1.2.2)
209+
rubyzip (1.3.0)
205210
sawyer (0.8.2)
206211
addressable (>= 2.3.5)
207212
faraday (> 0.8, < 2.0)
208213
security (0.1.3)
209-
signet (0.11.0)
214+
signet (0.12.0)
210215
addressable (~> 2.3)
211216
faraday (~> 0.9)
212217
jwt (>= 1.5, < 3.0)
213218
multi_json (~> 1.10)
214-
simctl (1.6.5)
219+
simctl (1.6.6)
215220
CFPropertyList
216221
naturally
217222
slack-notifier (2.3.2)
@@ -231,7 +236,7 @@ GEM
231236
unf_ext (0.0.7.6)
232237
unicode-display_width (1.6.0)
233238
word_wrap (1.0.0)
234-
xcodeproj (1.9.0)
239+
xcodeproj (1.13.0)
235240
CFPropertyList (>= 2.3.3, < 4.0)
236241
atomos (~> 0.1.3)
237242
claide (>= 1.0.2, < 2.0)
@@ -249,12 +254,13 @@ DEPENDENCIES
249254
cocoapods (= 1.6.1)!
250255
cocoapods-repo-update (~> 0.0.3)!
251256
dotenv!
252-
fastlane (~> 2.127.2)!
257+
fastlane (~> 2.137)!
258+
fastlane-plugin-appcenter (= 1.6.0)
259+
fastlane-plugin-sentry
253260
fastlane-plugin-wpmreleasetoolkit!
254261
octokit (~> 4.0)!
255262
rake!
256-
rubyzip (~> 1.2.2)!
257263
xcpretty-travis-formatter!
258264

259265
BUNDLED WITH
260-
1.17.3
266+
2.0.2

fastlane/Pluginfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#
33
# Ensure this file is checked in to source control!
44

5-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.7.1'
5+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.8.1'
6+
gem 'fastlane-plugin-sentry'
7+
gem 'fastlane-plugin-appcenter', '1.6.0'

0 commit comments

Comments
 (0)