Sha256: cbf0f454f884a117818ffaf57f58a9478aab685d46b316c0197fd326e3f0f594

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

source 'https://rubygems.org'


group :plugins do
  gemspec
  gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant'
end

gem "appraisal", "1.0.0.beta2"

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 'coveralls', require: false
  gem 'pry'
end

  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-rackspace-0.1.9 Gemfile
vagrant-rackspace-0.1.8 Gemfile