Created
June 2, 2020 10:41
-
-
Save elkoniu/ba74f7e71d5d2239455f67a18d9268a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant | |
Traceback (most recent call last): | |
8: from /usr/share/vagrant/gems/bin/vagrant:23:in `<main>' | |
7: from /usr/share/rubygems/rubygems.rb:303:in `activate_bin_path' | |
6: from /usr/share/rubygems/rubygems.rb:303:in `synchronize' | |
5: from /usr/share/rubygems/rubygems.rb:304:in `block in activate_bin_path' | |
4: from /usr/share/rubygems/rubygems/specification.rb:1420:in `activate' | |
3: from /usr/share/rubygems/rubygems/specification.rb:1438:in `activate_dependencies' | |
2: from /usr/share/rubygems/rubygems/specification.rb:1438:in `each' | |
1: from /usr/share/rubygems/rubygems/specification.rb:1449:in `block in activate_dependencies' | |
/usr/share/rubygems/rubygems/dependency.rb:313:in `to_specs': Could not find 'net-ssh' (~> 5.1.0) - did find: [net-ssh-5.2.0] (Gem::MissingSpecVersionError) | |
Checked in 'GEM_PATH=/usr/share/gems:/usr/share/vagrant/gems:/home/ppolawsk/.vagrant.d/gems', execute `gem env` for more information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Saw that and updated :)
It works! Thank you for your effort.