Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
To be honest, Alvaro, I’m not well-versed enough to be able to debug it. I only found out about this by googling the errors I was getting. There’s very little updated information online. I was having to cobble together clues from people’s experience even with other development frameworks. If

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
not sure from where that bundle thing is coming from if during/after the plugin configuration then not sure what can be missed the more info you can share the better On Sat, Feb 24, 2018 at 4:19 PM, Ian Robert Douglas < ian.robert.doug...@gmail.com> wrote: > Thank you for responding, Alvaro. >

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
Thank you for responding, Alvaro. I just downgraded to Vagrant 1.9.8 This necessitated a downgrade of Virtualbox and its extensions pack, also, to v.5.1.32 But now, so far so good. At least hostsupdater appears to be working. On bundle show, anywhere, I still get: Could not locate Gemfile or

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
well vagrant moved from 1.X to 2.X and i am not sure what plugin works etc you can stick with 1.9.x if you rely on some plugins that doesn't work on 2.0 just want to be sure that you are aware of those are community plugins https://releases.hashicorp.com/vagrant/1.9.8/ -- This mailing list

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
Yes. Confirming this is how I install Vagrant, and also add plugins. I've used Vagrant for a few years, though not everyday as I do less web development these days than earlier. I was working on an install last month without any issues. But it's hard for me to know what went wrong and when.

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
Hello not sure how you install vagrant or plugins vagrant is binary distribution, so confirm you download from our webpage for plugins, use vagrant plugin install the plugin usually have vagrant- as prefix ie vagrant plugin install vagrant-myawesomeplugin Thanks Alvaro. On Fri, Feb 23,