Sha256: b763fbba06e11c5d97bba76c0105f7085f995301ead3126c5d7e9b9c51bd4c8f

Contents?: true

Size: 570 Bytes

Versions: 1

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 => 'v2.0.2'
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.43'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-sshfs-1.3.1 Gemfile