-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant 2.0.1 and 2.0.2 install old version of plugin #9548
Comments
Hello! Thanks for opening an issue. When opening a new issue on the Vagrant project, we ask that everyone provide a gist containing the behavior you're seeing with the I just tried to reproduce this with Vagrant 2.0.2 and I got the expected version installed:
Thanks! |
I reinstalled Vagrant 2.0.2 and was able to reproduce the problem. Here is the gist: I was installing 2.0.2 on top of my existing 2.0.0 installation, and I thought perhaps that could be related to the problem. So to get a cleaner reproduction I uninstalled vagrant 2.0.0 and deleted my entire I went back and tried reproducing what I did originally (i.e. installing vagrant 2.0.2 on top of 2.0.0 with existing plugins), so that I could get you a better gist. I wasn't able to reproduce the problem again though. |
Alright, thanks for the extra information. We have some work in the next release that should prevent this problem in the future anyway. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
Vagrant 2.0.2
Vagrant 2.0.1
Host operating system
Ubuntu 16.04
Expected behavior
version 1.0.3 of
vagrant-cucumber
plugin should be installed. This is what happens with Vagrant 2.0.0.Actual behavior
version 0.0.9 of
vagrant-cucumber
plugin is installed.Steps to reproduce
vagrant plugin install vagrant-cucumber
I'm not sure if vagrant is correctly referencing the latest https://rubygems.org. If I query the gem repository from command line, the correct version (1.0.3) is listed.
gem list --remote vagrant-cucumber
I can ping rubygems.org without any problems.
References
This may be related to issue #9516, although I do not see any error messages.
The text was updated successfully, but these errors were encountered: