Skip to content

Commit

Permalink
[Tooling] Update Dangermattic (#14295)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia authored Nov 4, 2024
2 parents a8f9e3c + ea99e7b commit 83164ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ end

gem 'cocoapods', '~> 1.14'
gem 'cocoapods-catalyst-support', '~> 0.1'
gem 'danger-dangermattic', '~> 1.2'
gem 'dotenv'
# 2.217.0 includes a fix for Xcode 15 test results parsing in CI
gem 'fastlane', '~> 2.217'
Expand All @@ -22,5 +23,3 @@ gem 'rubocop', '~> 1.65'
gem 'rubocop-rake', '~> 0.6'
gem 'xcode-install'
gem 'xcpretty-travis-formatter'

gem 'danger-dangermattic', '~> 1.0'
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ GEM
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.5.0)
danger (9.5.1)
base64 (~> 0.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -110,8 +111,9 @@ GEM
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
octokit (>= 4.0)
pstore (~> 0.1)
terminal-table (>= 1, < 4)
danger-dangermattic (1.1.2)
danger-dangermattic (1.2.0)
danger (~> 9.4)
danger-plugin-api (~> 1.0)
danger-rubocop (~> 0.13)
Expand Down Expand Up @@ -277,7 +279,7 @@ GEM
concurrent-ruby (~> 1.0)
java-properties (0.3.0)
jmespath (1.6.2)
json (2.7.2)
json (2.7.5)
jwt (2.9.3)
base64
kramdown (2.4.0)
Expand Down Expand Up @@ -311,13 +313,14 @@ GEM
optparse (0.5.0)
os (1.1.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
plist (3.7.1)
progress_bar (1.3.4)
highline (>= 1.6)
options (~> 2.3.0)
pstore (0.1.3)
public_suffix (4.0.7)
racc (1.8.1)
rainbow (3.1.1)
Expand All @@ -331,10 +334,10 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.3.8)
rexml (3.3.9)
rmagick (4.3.0)
rouge (2.0.7)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -344,7 +347,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand Down Expand Up @@ -404,7 +407,7 @@ PLATFORMS
DEPENDENCIES
cocoapods (~> 1.14)
cocoapods-catalyst-support (~> 0.1)
danger-dangermattic (~> 1.0)
danger-dangermattic (~> 1.2)
dotenv
fastlane (~> 2.217)
fastlane-plugin-appcenter (~> 2.0)
Expand Down

0 comments on commit 83164ad

Please sign in to comment.