Skip to content

Commit 5db02c4

Browse files
committed
Use published Dangermattic Gem
1 parent c176d77 commit 5db02c4

2 files changed

Lines changed: 25 additions & 31 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'cocoapods', '~> 1.14'
66
gem 'commonmarker'
7-
gem 'danger-dangermattic', git: 'https://github.com/Automattic/dangermattic', ref: 'iangmaia/common-utils'
7+
gem 'danger-dangermattic', '~> 1.0'
88
gem 'dotenv'
99
# 2.219.0 includes a fix for a bug introduced in 2.218.0
1010
# See https://github.com/fastlane/fastlane/issues/21762#issuecomment-1875208663
@@ -18,7 +18,7 @@ gem 'fastlane-plugin-sentry'
1818
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: '2cb009edaee3d058a61cfeb503e533eb0647f108'
1919
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.3'
2020
gem 'rake'
21-
gem 'rubocop', '~> 1.30'
21+
gem 'rubocop', '~> 1.60'
2222
gem 'rubocop-rake', '~> 0.6'
2323
gem 'xcpretty-travis-formatter'
2424

Gemfile.lock

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
GIT
2-
remote: https://github.com/Automattic/dangermattic
3-
revision: a05023fa2b877c0d778c14bfff891c1318dd9f63
4-
ref: iangmaia/common-utils
5-
specs:
6-
danger-dangermattic (0.0.1)
7-
danger (~> 9.3)
8-
danger-junit (~> 1.0)
9-
danger-plugin-api (~> 1.0)
10-
danger-rubocop (~> 0.11)
11-
danger-swiftlint (~> 0.29)
12-
danger-xcode_summary (~> 1.0)
13-
rubocop (~> 1.56)
14-
151
GEM
162
remote: https://rubygems.org/
173
specs:
@@ -108,7 +94,7 @@ GEM
10894
connection_pool (2.4.1)
10995
cork (0.3.0)
11096
colored2 (~> 3.1)
111-
danger (9.3.2)
97+
danger (9.4.3)
11298
claide (~> 1.0)
11399
claide-plugins (>= 0.9.2)
114100
colored2 (~> 3.1)
@@ -119,8 +105,16 @@ GEM
119105
kramdown (~> 2.3)
120106
kramdown-parser-gfm (~> 1.0)
121107
no_proxy_fix
122-
octokit (~> 6.0)
108+
octokit (>= 4.0)
123109
terminal-table (>= 1, < 4)
110+
danger-dangermattic (1.0.0)
111+
danger (~> 9.4)
112+
danger-junit (~> 1.0)
113+
danger-plugin-api (~> 1.0)
114+
danger-rubocop (~> 0.12)
115+
danger-swiftlint (~> 0.35)
116+
danger-xcode_summary (~> 1.0)
117+
rubocop (~> 1.60)
124118
danger-junit (1.0.2)
125119
danger (> 2.0)
126120
ox (~> 2.0)
@@ -129,10 +123,10 @@ GEM
129123
danger-rubocop (0.12.0)
130124
danger
131125
rubocop (~> 1.0)
132-
danger-swiftlint (0.33.0)
126+
danger-swiftlint (0.35.0)
133127
danger
134128
rake (> 10)
135-
thor (~> 0.19)
129+
thor (~> 1.0.0)
136130
danger-xcode_summary (1.2.0)
137131
danger-plugin-api (~> 1.0)
138132
xcresult (~> 0.2)
@@ -167,7 +161,7 @@ GEM
167161
faraday-em_http (1.0.0)
168162
faraday-em_synchrony (1.0.0)
169163
faraday-excon (1.1.0)
170-
faraday-http-cache (2.5.0)
164+
faraday-http-cache (2.5.1)
171165
faraday (>= 0.8)
172166
faraday-httpclient (1.0.1)
173167
faraday-multipart (1.0.4)
@@ -305,7 +299,7 @@ GEM
305299
minitest (5.21.2)
306300
molinillo (0.8.0)
307301
multi_json (1.15.0)
308-
multipart-post (2.3.0)
302+
multipart-post (2.4.0)
309303
mutex_m (0.2.0)
310304
nanaimo (0.3.0)
311305
nap (1.1.0)
@@ -324,7 +318,7 @@ GEM
324318
os (1.1.4)
325319
ox (2.14.17)
326320
parallel (1.24.0)
327-
parser (3.2.2.4)
321+
parser (3.3.0.5)
328322
ast (~> 2.4.1)
329323
racc
330324
plist (3.7.1)
@@ -338,7 +332,7 @@ GEM
338332
rake-compiler (1.2.7)
339333
rake
340334
rchardet (1.8.0)
341-
regexp_parser (2.8.0)
335+
regexp_parser (2.9.0)
342336
representable (3.2.0)
343337
declarative (< 0.1.0)
344338
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -347,18 +341,18 @@ GEM
347341
rexml (3.2.6)
348342
rmagick (3.2.0)
349343
rouge (2.0.7)
350-
rubocop (1.57.2)
344+
rubocop (1.60.2)
351345
json (~> 2.3)
352346
language_server-protocol (>= 3.17.0)
353347
parallel (~> 1.10)
354-
parser (>= 3.2.2.4)
348+
parser (>= 3.3.0.2)
355349
rainbow (>= 2.2.2, < 4.0)
356350
regexp_parser (>= 1.8, < 3.0)
357351
rexml (>= 3.2.5, < 4.0)
358-
rubocop-ast (>= 1.28.1, < 2.0)
352+
rubocop-ast (>= 1.30.0, < 2.0)
359353
ruby-progressbar (~> 1.7)
360354
unicode-display_width (>= 2.4.0, < 3.0)
361-
rubocop-ast (1.28.1)
355+
rubocop-ast (1.30.0)
362356
parser (>= 3.2.1.0)
363357
rubocop-rake (0.6.0)
364358
rubocop (~> 1.0)
@@ -381,7 +375,7 @@ GEM
381375
terminal-notifier (2.0.0)
382376
terminal-table (3.0.2)
383377
unicode-display_width (>= 1.1.1, < 3)
384-
thor (0.20.3)
378+
thor (1.0.1)
385379
trailblazer-option (0.1.2)
386380
tty-cursor (0.7.1)
387381
tty-screen (0.8.2)
@@ -413,15 +407,15 @@ PLATFORMS
413407
DEPENDENCIES
414408
cocoapods (~> 1.14)
415409
commonmarker
416-
danger-dangermattic!
410+
danger-dangermattic (~> 1.0)
417411
dotenv
418412
fastlane (~> 2.219)
419413
fastlane-plugin-appcenter (~> 2.1)
420414
fastlane-plugin-sentry
421415
fastlane-plugin-wpmreleasetoolkit (~> 9.3)
422416
rake
423417
rmagick (~> 3.2.0)
424-
rubocop (~> 1.30)
418+
rubocop (~> 1.60)
425419
rubocop-rake (~> 0.6)
426420
xcpretty-travis-formatter
427421

0 commit comments

Comments
 (0)