Sha256: cc1564732c5a11a93d2a9a4e14a8f427a90f02db4506e00961bf87e07775612d

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

# Note: You may need to use bundler 1.5.2 to run `appraisal install`
appraise "vagrant-1.7" do
  group :plugins do
    gem 'bundler', '>= 1.5.2', '< 1.8.0'
    gem "vagrant", :git => 'https://github.com/mitchellh/vagrant', :tag => 'v1.7.1'
  end
end

appraise "vagrant-1.6" do
  gem 'bundler', '>= 1.5.2', '< 1.7.0'
  group :plugins do
    gem "vagrant", :git => 'https://github.com/mitchellh/vagrant', :tag => 'v1.6.5'
  end
end

appraise "vagrant-1.5" do
  gem 'bundler', '= 1.5.2'
  group :plugins do
    gem "vagrant", :git => 'https://github.com/mitchellh/vagrant', :tag => 'v1.5.4'
  end
end

# Oldest supported
appraise "vagrant-1.5.0" do
  gem 'bundler', '= 1.5.2'
  group :plugins do
    gem "vagrant", :git => 'https://github.com/mitchellh/vagrant', :tag => 'v1.5.4'
  end
end

appraise "windows-wip" do
  group :plugins do
    gem "vagrant", :git => 'https://github.com/maxlinc/vagrant', :branch => 'winrm-1.3'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-profitbricks-1.0.0 Appraisals