Skip to content

Commit

Permalink
point html_export to github
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Sep 28, 2023
1 parent 0e45299 commit 7cc2899
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
16 changes: 11 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7cc2899

Please sign in to comment.