From 50bc72d05717cc738951dcf5bfec28cb172adf75 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 9 Nov 2023 11:54:46 +0100 Subject: [PATCH] [ci] regression tester: Use new regression tester This should include the fix for pmd/pmd-regression-tester#121 --- Gemfile | 3 ++- Gemfile.lock | 34 ++++++++++++++++++++-------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 031779070e..fb12fc3a65 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,9 @@ source 'https://rubygems.org/' # bleeding edge from git #gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master' +gem 'pmdtester', :git => 'https://github.com/adangel/pmd-regression-tester.git', branch: 'issue-121' -gem 'pmdtester' +#gem 'pmdtester' gem 'danger' # This group is only needed for rendering release notes (docs/render_release_notes.rb) diff --git a/Gemfile.lock b/Gemfile.lock index f7a0157baf..a49cb79ce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,22 @@ +GIT + remote: https://github.com/adangel/pmd-regression-tester.git + revision: 4ee50a17a880020a7afb96108f303cd54ccc1065 + branch: issue-121 + specs: + pmdtester (1.5.5.pre.SNAPSHOT) + differ (~> 0.1) + liquid (~> 5.4) + logger-colors (~> 1.0) + nokogiri (~> 1.13) + rufus-scheduler (~> 3.8) + slop (~> 4.9) + GEM remote: https://rubygems.org/ specs: addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - base64 (0.1.1) + base64 (0.2.0) claide (1.1.0) claide-plugins (0.9.2) cork @@ -36,7 +49,7 @@ GEM faraday-http-cache (2.5.0) faraday (>= 0.8) faraday-net_http (3.0.2) - fugit (1.8.1) + fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) git (1.18.0) @@ -48,7 +61,7 @@ GEM kramdown (~> 2.0) liquid (5.4.0) logger-colors (1.0.0) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) nap (1.1.0) no_proxy_fix (0.1.2) nokogiri (1.15.4) @@ -58,19 +71,12 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - pmdtester (1.5.4) - differ (~> 0.1) - liquid (~> 5.4) - logger-colors (~> 1.0) - nokogiri (~> 1.13) - rufus-scheduler (~> 3.8) - slop (~> 4.9) public_suffix (5.0.3) raabro (1.4.0) - racc (1.7.1) + racc (1.7.3) rchardet (1.8.0) rexml (3.2.6) - rouge (4.1.3) + rouge (4.2.0) ruby2_keywords (0.0.5) rufus-scheduler (3.9.1) fugit (~> 1.1, >= 1.1.6) @@ -83,7 +89,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS ruby @@ -91,7 +97,7 @@ PLATFORMS DEPENDENCIES danger liquid - pmdtester + pmdtester! rouge safe_yaml