Sha256: 542c596036de737e8077d452eeac224de46db9772d55d4be3559af92b938881a
Contents?: true
Size: 692 Bytes
Versions: 3
Compression:
Stored size: 692 Bytes
Contents
source 'https://rubygems.org' group :development do gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :ref => 'v1.8.4' # test dependencies gem 'minitest' gem 'mocha' gem 'cucumber', '~> 2.1' gem 'aruba', '~> 0.13' gem 'komenda', '~> 0.1.6' gem 'launchy' gem 'gem-compare' gem 'mechanize' # build tool gem 'rake', '10.4.2' gem 'yard' # virtualization providers (for testing) gem 'vagrant-vbguest' gem 'vagrant-libvirt' if RUBY_PLATFORM =~ /linux/i gem 'fog-libvirt', '0.0.3' if RUBY_PLATFORM =~ /linux/i # https://github.com/pradels/vagrant-libvirt/issues/568 end group :plugins do gem 'vagrant-registration', path: '.' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-registration-1.3.1 | Gemfile |
vagrant-registration-1.3.0 | Gemfile |
vagrant-registration-1.2.3 | Gemfile |