Bump danger from 5.16.1 to 8.4.0

This commit is contained in:
Andreas Dangel 2021-10-15 18:12:55 +02:00
parent cbba7ec05c
commit 740968461a
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
2 changed files with 40 additions and 17 deletions

View File

@ -3,8 +3,8 @@ source 'https://rubygems.org/'
# bleeding edge from git # bleeding edge from git
#gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master' #gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master'
gem 'pmdtester', '~> 1' gem 'pmdtester'
gem 'danger', '~> 5.6', '>= 5.6' gem 'danger'
# This group is only needed for rendering release notes (docs/render_release_notes.rb) # This group is only needed for rendering release notes (docs/render_release_notes.rb)
# this happens during release (.ci/build.sh and do-release.sh) # this happens during release (.ci/build.sh and do-release.sh)

View File

@ -12,31 +12,52 @@ GEM
concurrent-ruby (1.1.9) concurrent-ruby (1.1.9)
cork (0.3.0) cork (0.3.0)
colored2 (~> 3.1) colored2 (~> 3.1)
danger (5.16.1) danger (8.4.0)
claide (~> 1.0) claide (~> 1.0)
claide-plugins (>= 0.9.2) claide-plugins (>= 0.9.2)
colored2 (~> 3.1) colored2 (~> 3.1)
cork (~> 0.1) cork (~> 0.1)
faraday (~> 0.9) faraday (>= 0.9.0, < 2.0)
faraday-http-cache (~> 1.0) faraday-http-cache (~> 2.0)
git (~> 1.5) git (~> 1.7)
kramdown (~> 1.5) kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix no_proxy_fix
octokit (~> 4.7) octokit (~> 4.7)
terminal-table (~> 1) terminal-table (>= 1, < 4)
differ (0.1.2) differ (0.1.2)
et-orbi (1.2.5) et-orbi (1.2.5)
tzinfo tzinfo
faraday (0.17.4) faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1) ruby2_keywords (>= 0.0.4)
faraday (~> 0.8) faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
fugit (1.5.2) fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8) et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4) raabro (~> 1.4)
git (1.9.1) git (1.9.1)
rchardet (~> 1.8) rchardet (~> 1.8)
kramdown (1.17.0) kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (5.1.0) liquid (5.1.0)
logger-colors (1.0.0) logger-colors (1.0.0)
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
@ -61,7 +82,9 @@ GEM
raabro (1.4.0) raabro (1.4.0)
racc (1.5.2) racc (1.5.2)
rchardet (1.8.0) rchardet (1.8.0)
rexml (3.2.5)
rouge (3.26.1) rouge (3.26.1)
ruby2_keywords (0.0.5)
rufus-scheduler (3.8.0) rufus-scheduler (3.8.0)
fugit (~> 1.1, >= 1.1.6) fugit (~> 1.1, >= 1.1.6)
safe_yaml (1.0.5) safe_yaml (1.0.5)
@ -69,19 +92,19 @@ GEM
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (> 0.8, < 2.0) faraday (> 0.8, < 2.0)
slop (4.9.1) slop (4.9.1)
terminal-table (1.8.0) terminal-table (3.0.2)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0) unicode-display_width (2.1.0)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
danger (~> 5.6, >= 5.6) danger
liquid (>= 4.0.0) liquid (>= 4.0.0)
pmdtester (~> 1) pmdtester
rouge (>= 1.7, < 4) rouge (>= 1.7, < 4)
safe_yaml (>= 1.0) safe_yaml (>= 1.0)