Sha256: 901ea388d97e3e0c1679c62cc20b7dd5e787c2bfbab4c7cb218d9ce44a65d62b

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in vagrant-winrm-s.gemspec
gemspec

group :development do
  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
  gem "vagrant-spec", git: "https://github.com/mitchellh/vagrant-spec.git"
end

group :plugins do
  gem "vagrant-winrm-s", path: "."
  gem "vagrant-managed-servers"
  gem "vagrant-orchestrate"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-winrm-s-0.0.1 Gemfile