Sha256: 930a6c4808258f69b5de3c18d877b68455a65adecde18e1c54debcb23334c856

Contents?: true

Size: 398 Bytes

Versions: 6

Compression:

Stored size: 398 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in vagrant-orchestrate.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-orchestrate", path: "."
  gem "vagrant-managed-servers"
  gem "vagrant-librarian-puppet"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.0.7 Gemfile
vagrant-orchestrate-0.0.6 Gemfile
vagrant-orchestrate-0.0.5 Gemfile
vagrant-orchestrate-0.0.4 Gemfile
vagrant-orchestrate-0.0.3 Gemfile
vagrant-orchestrate-0.0.2 Gemfile