File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ 3.2.2
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- source " https://rubygems.org"
3
+ source ' https://rubygems.org'
4
4
5
5
gem 'fastlane' , '~> 2.222'
6
6
gem 'fastlane-plugin-wpmreleasetoolkit' , '~> 11.0'
7
+ gem 'rubocop' , '~> 1.65'
Original file line number Diff line number Diff line change 19
19
addressable (2.8.7 )
20
20
public_suffix (>= 2.0.2 , < 7.0 )
21
21
artifactory (3.0.17 )
22
+ ast (2.4.2 )
22
23
atomos (0.1.3 )
23
24
aws-eventstream (1.3.0 )
24
25
aws-partitions (1.966.0 )
196
197
json (2.7.2 )
197
198
jwt (2.8.2 )
198
199
base64
200
+ language_server-protocol (3.17.0.3 )
199
201
logger (1.6.0 )
200
202
mini_magick (4.13.2 )
201
203
mini_mime (1.1.5 )
@@ -214,16 +216,21 @@ GEM
214
216
optparse (0.5.0 )
215
217
os (1.1.4 )
216
218
parallel (1.26.3 )
219
+ parser (3.3.4.2 )
220
+ ast (~> 2.4.1 )
221
+ racc
217
222
plist (3.7.1 )
218
223
progress_bar (1.3.4 )
219
224
highline (>= 1.6 )
220
225
options (~> 2.3.0 )
221
226
public_suffix (6.0.1 )
222
227
racc (1.8.1 )
228
+ rainbow (3.1.1 )
223
229
rake (13.2.1 )
224
230
rake-compiler (1.2.7 )
225
231
rake
226
232
rchardet (1.8.0 )
233
+ regexp_parser (2.9.2 )
227
234
representable (3.2.0 )
228
235
declarative (< 0.1.0 )
229
236
trailblazer-option (>= 0.1.1 , < 0.2.0 )
232
239
rexml (3.3.5 )
233
240
strscan
234
241
rouge (2.0.7 )
242
+ rubocop (1.65.1 )
243
+ json (~> 2.3 )
244
+ language_server-protocol (>= 3.17.0 )
245
+ parallel (~> 1.10 )
246
+ parser (>= 3.3.0.2 )
247
+ rainbow (>= 2.2.2 , < 4.0 )
248
+ regexp_parser (>= 2.4 , < 3.0 )
249
+ rexml (>= 3.2.5 , < 4.0 )
250
+ rubocop-ast (>= 1.31.1 , < 2.0 )
251
+ ruby-progressbar (~> 1.7 )
252
+ unicode-display_width (>= 2.4.0 , < 3.0 )
253
+ rubocop-ast (1.32.1 )
254
+ parser (>= 3.3.1.0 )
255
+ ruby-progressbar (1.13.0 )
235
256
ruby2_keywords (0.0.5 )
236
257
rubyzip (2.3.2 )
237
258
sawyer (0.9.2 )
@@ -279,6 +300,7 @@ PLATFORMS
279
300
DEPENDENCIES
280
301
fastlane (~> 2.222 )
281
302
fastlane-plugin-wpmreleasetoolkit (~> 11.0 )
303
+ rubocop (~> 1.65 )
282
304
283
305
BUNDLED WITH
284
306
2.4.22
Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ SUPPORTED_LOCALES = [
28
28
{ glotpress : 'zh-tw' , android : 'zh-rTW' }
29
29
] . freeze
30
30
31
-
32
31
platform :android do
33
-
34
32
# Download the latest app translations from GlotPress and update the strings.xml files accordingly.
35
33
#
36
34
lane :download_translations do
You can’t perform that action at this time.
0 commit comments