vagrant/lib
thelastofreed 1db3878c5d depreciated item
I followed the instructions to build vagrant from source so I could get vagrant to work with the latest version of Virtualbox since the new version which has this functionality has not been released yet.  So I cloned the repo, ran "bundle install", and configured the local vagrant executable to run by running "bundle --binstubs exec".  I then attempt to use the local vagrant executable to validate a vagrantfile, and, while the command ultimately succeeds, I see a warning:

```
ruby C:/users/whiggs/documents/github/vagrant/exec/vagrant validate
NOTE: Gem::Specification.default_specifications_dir is deprecated; use Gem.default_specifications_dir instead. It will be removed on or after 2020-02-01.
Gem::Specification.default_specifications_dir called from C:/Users/whiggs/Documents/Github/vagrant/lib/vagrant/bundler.rb:428.
NOTE: Gem::Specification.default_specifications_dir is deprecated; use Gem.default_specifications_dir instead. It will be removed on or after 2020-02-01.
Gem::Specification.default_specifications_dir called from C:/Users/whiggs/Documents/Github/vagrant/lib/vagrant/bundler.rb:428.
```

So I modified the referenced bundler.rb file with the new object and re-ran the validate command and the warning did not appear again.
2019-12-27 03:58:54 -05:00
..
vagrant depreciated item 2019-12-27 03:58:54 -05:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00