Sha256: 5e5cd6769a6050e2ebc1956936295ce9f5b31a09607b3f41e82678503dc50189
Contents?: true
Size: 500 Bytes
Versions: 5
Compression:
Stored size: 500 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.9.1' # FIXME: Hack to allow Vagrant v1.6.5 to install for tests. Remove when # support for 1.6.5 is dropped. gem 'rack', '< 2' gem 'appraisal', '1.0.0' gem 'rubocop', '0.29.0', require: false gem 'coveralls', require: false gem 'rspec-its' end group :debug do gem 'byebug' end group :plugins do gem 'vagrant-openstack-provider', path: '.' end
Version data entries
5 entries across 5 versions & 2 rubygems