Sha256: fda8d6ea15fd08b8c8d382fe4d5317921636942813d67d4e5a0e248ce5434f7d
Contents?: true
Size: 376 Bytes
Versions: 3
Compression:
Stored size: 376 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 => "git://github.com/mitchellh/vagrant.git" end group :plugins do gem "vagrant-gq", :path => "." end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-gq-0.1.2 | Gemfile |
vagrant-gq-0.1.1 | Gemfile |
vagrant-gq-0.1.0 | Gemfile |