pentoo / pentoo-historical

read-only historical backup of pentoo from googlecode
https://code.google.com/p/pentoo/
2 stars 1 forks source link

Arachni Gem Deps Missing #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch arachni

bash$ /usr/sbin/arachni
Could not find addressable-2.3.3 in any of the sources
Run `bundle install` to install missing gems.

Original issue reported on code.google.com by i...@neopwn.com on 14 Oct 2013 at 10:37

GoogleCodeExporter commented 9 years ago
yeah, addressable has been upgraded to 2.3.5. The root of the problem is 
bundle. I developed a patch to unbundle it, however it create a problem with 
slotted deps.

You can simply remove /usr/lib/arachni/Gemfile.lock and let bundler to 
regenerate it with new available deps.

I've fixed it in the r5152. 

Thanks!

Original comment by blshkv on 15 Oct 2013 at 3:02