Sha256: 4f3d093a1841b6e6798dc60c91cfaefa41d14ceebdf9a07ef913190eade50cf3
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
source 'https://rubygems.org' group :development do gem "rake", "~> 10.1" gem "minitest", "~> 5.2" gem "minitest-reporters", "~> 1.0" gem "win32console", :platforms => ['mswin', 'mingw', :'x64_mingw'] gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :tag => "v1.5.1" end group :plugins do gem "nugrant", path: "." end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nugrant-2.0.0.pre2 | Gemfile |
nugrant-2.0.0.pre1 | Gemfile |