Sha256: 717bf115de48c5b0b13b63d47f988cac1d1d382dfeeb2a058989864abdedc6cc
Contents?: true
Size: 536 Bytes
Versions: 2
Compression:
Stored size: 536 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.2.6' end group :plugins do # 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.45' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-sshfs-1.3.3 | Gemfile |
vagrant-sshfs-1.3.2 | Gemfile |