Sha256: 47bfc32303039e4fb17aaf2e9ef25812a18fa8e7773d9a9fc1eb3c99c1781732

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 Bytes

Contents

source "https://rubygems.org"

gemspec

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", :ref => 'v1.8.6'
end

group :plugins do
  gem "vagrant-sshfs" , path: "."
  # Add vagrant-libvirt plugin here, otherwise you won't be able to
  # use libvirt as a provider when you execute `bundle exec vagrant up`
  gem "vagrant-libvirt" , '0.0.33'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-sshfs-1.3.0 Gemfile
vagrant-sshfs-1.2.1 Gemfile