Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

Could not find devise_cas_authenticatable-1.0.0.alpha10 #387

Open rajeshrestha opened 9 years ago

rajeshrestha commented 9 years ago

bundle exec rake snorby:setup

Could not find devise_cas_authenticatable-1.0.0.alpha10 in any of the sources Run bundle install to install missing gems.

How to solve this issue?

currently i am using https://redmine.openinfosecfoundation.org/projects/suricata/wiki/suricata_snorby_and_barnyard2_set_up_guide guide but error occur on bundle exec rake snorby:setup.

varp commented 9 years ago

rajeshrestha, If you install latest version devise_cas_authenticatable not from Snorby git repo. The problem will be fixed.

gades commented 9 years ago

Try to edit file Gemfile: -gem 'devise_cas_authenticatable', :git => 'https://github.com/Snorby/snorby_cas_authenticatable.git' +gem 'devise_cas_authenticatable', '~> 1.5'

varp commented 9 years ago

@gades @rajeshrestha it's just that will fix the issue

rajeshrestha commented 9 years ago

@varp @gades Thanks, It solved the issue of "Could not find devise_cas_authenticatable-1.0.0.alpha10 in any of the sources"