Sha256: 0129f297a992abad0c6dbfb6365b340b972b025dada38fd3f4ce87c9eabbfcb1

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 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`.
  gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
end

group :plugins do
  gem "vagrant-vbguest", path: "."
end

gem "rake", "~> 10.0"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-vbguest-0.14.2 Gemfile
vagrant-vbguest-0.14.1 Gemfile
vagrant-vbguest-0.14.0 Gemfile
vagrant-vbguest-0.14.0.pre.beta1 Gemfile
vagrant-vbguest-0.13.0 Gemfile
vagrant-vbguest-0.12.0 Gemfile