Sha256: 7da0c8198d902d4987c96bf34474b4d7557841409bb39674f6114fd29b831d4b
Contents?: true
Size: 634 Bytes
Versions: 6
Compression:
Stored size: 634 Bytes
Contents
source 'https://rubygems.org' group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. if ENV['VAGRANT_VERSION'] gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git', tag: "v#{ENV['VAGRANT_VERSION']}" elsif ENV['VAGRANT_LOCAL'] gem 'vagrant', path: ENV['VAGRANT_LOCAL'] else gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git', branch: "main" end gem 'rake', '>= 12.3.3' end group :plugins do gem 'vagrant-vbguest', path: '.' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vbguest-0.32.0 | Gemfile |
vagrant-vbguest-0.31.0 | Gemfile |
vagrant-vbguest-0.30.0 | Gemfile |
vagrant-vbguest-0.29.0 | Gemfile |
vagrant-vbguest-0.28.0 | Gemfile |
vagrant-vbguest-0.27.0 | Gemfile |