Sha256: 0583844bececbf7bc242f64d3361e850cc9869cdba8201652bd5f9b514dca1e6

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 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"
end

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-sshfs-1.1.0 Gemfile
vagrant-sshfs-1.0.0 Gemfile