hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
621 stars 134 forks source link

digest gem no longer available via rubygems #419

Closed ccammilleri closed 5 years ago

ccammilleri commented 6 years ago

You'll receive this error during a bundle install:

Retrying download gem from https://rubygems.org/ due to error (3/4): Gem::RemoteFetcher::FetchError bad response Forbidden 403 (https://rubygems.org/gems/digest-0.0.1.gem)
Retrying download gem from https://rubygems.org/ due to error (4/4): Gem::RemoteFetcher::FetchError bad response Forbidden 403 (https://rubygems.org/gems/digest-0.0.1.gem)
Gem::RemoteFetcher::FetchError: bad response Forbidden 403 (https://rubygems.org/gems/digest-0.0.1.gem)
An error occurred while installing digest (0.0.1), and Bundler cannot continue.
Make sure that `gem install digest -v '0.0.1' --source 'https://rubygems.org/'` succeeds before bundling.

more info: http://help.rubygems.org/discussions/problems/31508-gem-install-digest-access-denied

looks like latest digest gem requires ruby-2.3+

gtrdlr commented 6 years ago

Hey Casey. Any thoughts on how to get past this hurdle? This digest seems to be holding up the ability to get a new instance of hashview up and running. Thanks!

PS. Hope to see you at Black Hat again this year

stumblebot commented 6 years ago

I am also looking for a resolution for this issue.

Thanks!

ccammilleri commented 5 years ago

fixed in commit f977e5a9580134c5f2cfddb1a6b6b84b60bf26d1

fix will be available as soon as we land v0.7.4-beta