From 7cc2899e11dacff2f9218ef679647290f9189e7b Mon Sep 17 00:00:00 2001 From: Caitlin Date: Thu, 28 Sep 2023 13:12:35 -0400 Subject: [PATCH] point html_export to github --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index af5f568dc..a4e8535af 100644 --- a/Gemfile +++ b/Gemfile @@ -237,7 +237,7 @@ gem 'dradis-calculator_dread', '~> 4.10.0' # ---------------------------------------------------------------------- Export gem 'dradis-csv_export', '~> 4.10.0' -gem 'dradis-html_export', '~> 4.10.1' +gem 'dradis-html_export', github: 'dradis/dradis-html_export', branch: 'rails-7-upgrade' # ---------------------------------------------------------------------- Import gem 'dradis-csv', '~> 4.10.0' diff --git a/Gemfile.lock b/Gemfile.lock index 61a0cf776..9f1e5ea68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,13 @@ +GIT + remote: https://github.com/dradis/dradis-html_export.git + revision: 70ccfe4e99d8cf077afe5aa5a97c73b2dd07049b + branch: rails-7-upgrade + specs: + dradis-html_export (4.10.1) + RedCloth (~> 4.3.2) + dradis-plugins (>= 4.8.0) + rails_autolink (~> 1.1) + PATH remote: engines/dradis-api specs: @@ -141,10 +151,6 @@ GEM dradis-plugins (~> 4.0) dradis-csv_export (4.10.0) dradis-plugins (>= 4.8.0) - dradis-html_export (4.10.1) - RedCloth (~> 4.3.2) - dradis-plugins (>= 4.8.0) - rails_autolink (~> 1.1) dradis-metasploit (4.10.0) dradis-plugins (~> 4.0) nokogiri (~> 1.3) @@ -535,7 +541,7 @@ DEPENDENCIES dradis-coreimpact (~> 4.10.0) dradis-csv (~> 4.10.0) dradis-csv_export (~> 4.10.0) - dradis-html_export (~> 4.10.1) + dradis-html_export! dradis-metasploit (~> 4.10.0) dradis-nessus (~> 4.10.0) dradis-netsparker (~> 4.10.0)