dradis / dradis-ce

Dradis Framework: Collaboration and reporting for IT Security teams
https://dradis.com/ce/
GNU General Public License v2.0
673 stars 190 forks source link

Install from git release failed #731

Closed Wicket-Wistri-Warrick closed 4 years ago

Wicket-Wistri-Warrick commented 4 years ago

Steps to reproduce

During the installation of there was a problem installing an additional plugin "dradis-openvas". The plugin version specified in the dependencies does not match. As result, installation fails.

$ ruby bin/setup

dradis-ce-failed

Expected behavior

Install project without problem

Actual behavior

Can't finish install.

System configuration

Dradis version: git 3.18 commit (a44ace0)

Dradis openvas version: git 3.18.0.rc1 commit (6b7ebc6)

Ruby version: ruby 2.4.1p111

OS version: Manjaro 20.0.3

pritchyspritch commented 4 years ago

I had this same issue and made a quick-fix by editing the Gemfile.plugins file, you can see the config in the template.

Changed the ~> 3.18 to ~> 3.18.0.rc1 on the openvas line and it worked.

Wicket-Wistri-Warrick commented 4 years ago

Changed the ~> 3.18 to ~> 3.18.0.rc1 on the openvas line and it worked.

Hello! Thank you for the answer. I did just that. But the problem didn't go away in the repository:)

aapomm commented 4 years ago

Hi @laim-user. Apologies as this is a mistake on our part. The dradis-openvas v3.18.0 was tagged with the version 3.18.0.rc1, so bundler throws that error. I've updated that repo now and ~> 3.18 in the Gemfile.plugins file should work.

Wicket-Wistri-Warrick commented 4 years ago

Fixed. Thank you!