Sha256: 91476df0baff14a787a882d954bddc307345c1fd31b7325a657fea94d8664906

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

source "https://rubygems.org"

group :plugins do
  gemspec
  gem "xhyve-ruby", :path => "vendor/xhyve-ruby"
end

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 => "https://github.com/mitchellh/vagrant.git"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
vagrant-hyperkit-0.4.3 Gemfile
vagrant-xhyve-0.4.1 Gemfile
vagrant-xhyve-0.4.0 Gemfile
vagrant-xhyve-0.3.0 Gemfile
vagrant-xhyve-0.2.0 Gemfile