Sha256: 7487da3668b994f1c5413ed4143a9b3ab6876ab0997d05a7f5a388dfe70992d3
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do #gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git' gem 'pry' gem 'byebug' gem 'pry-byebug' end group :testing do gem 'rspec-its' gem 'rake' end group :plugins do gem 'vagrant-ovirt4', :path => '.' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ovirt4-1.0.2 | Gemfile |
vagrant-ovirt4-1.0.1 | Gemfile |