Sha256: f0f43658783a3dc6ba278bbf49fb7fcea042fd603c57c32ca9c68eb4518385d0

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem "appraisal", "1.0.0"
gem "restclient", "0.10.0"
gem 'webmock', '~> 1.18.0', :group => [:test]
gem "rubocop", '0.23.0', require: false
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.4.3"


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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-openstack-provider-0.2.0 Gemfile