Sha256: 8ab1c95514871f1842b5ff7b9e71dfaabbdc6cd47036ba3ab438c93b0e5cf533
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 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"]}" else gem "vagrant", :git => "https://github.com/hashicorp/vagrant.git" end gem "rake", "~> 10.0" end group :plugins do gem "vagrant-vbguest", path: "." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vbguest-0.21.0 | Gemfile |