Sha256: 0968ee79b2c6cd210857452b30652d307da6865b9d42e77a222b0536f5a075f7

Contents?: true

Size: 812 Bytes

Versions: 13

Compression:

Stored size: 812 Bytes

Contents

source 'https://rubygems.org'
ruby '2.0.0' # Required by Vagrant 1.4 and newer.

ENV['TEST_VAGRANT_VERSION'] ||= 'v1.7.4'

# Wrapping gemspec in the :plugins group causes Vagrant 1.5 and newer to
# automagically load this plugin during acceptance tests.
group :plugins do
  gemspec
end

group :development do
  gem 'yard', '~> 0.8.7'
  gem 'redcarpet'
end

group :test do
  if ENV['TEST_VAGRANT_VERSION'] == 'HEAD'
    gem 'vagrant', :github => 'mitchellh/vagrant', :branch => 'master'
  else
    gem 'vagrant', :github => 'mitchellh/vagrant', :tag => ENV['TEST_VAGRANT_VERSION']
  end

  # Pinned on 12/10/2014. Compatible with Vagrant 1.5.x, 1.6.x and 1.7.x.
  gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec', :ref => '1df5a3a'
end

eval_gemfile "#{__FILE__}.local" if File.exists? "#{__FILE__}.local"

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
vagrant-pe_build-0.13.6 Gemfile
vagrant-pe_build-0.13.5 Gemfile
vagrant-pe_build-0.13.4 Gemfile
vagrant-hosts-2.6.1 Gemfile
vagrant-hosts-2.6.0 Gemfile
vagrant-pe_build-0.13.3 Gemfile
vagrant-pe_build-0.13.2 Gemfile
vagrant-pe_build-0.13.1 Gemfile
vagrant-pe_build-0.13.0 Gemfile
vagrant-config_builder-0.15.1 Gemfile
vagrant-config_builder-0.15.0 Gemfile
vagrant-pe_build-0.12.0 Gemfile
vagrant-pe_build-0.11.0 Gemfile