Sha256: 6dffed73fc487a9055f9175d78d17bcd67caa6ee547a7afb8f00eca1a9c00ccb
Contents?: true
Size: 397 Bytes
Versions: 6
Compression:
Stored size: 397 Bytes
Contents
appraise 'latest-stable' do gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.6.3' end # Oldest (current release) appraise 'oldest-current' do gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.5.4' end # Latest patch (previous release) appraise 'previous-release' do gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.4.3' end
Version data entries
6 entries across 6 versions & 1 rubygems