Sha256: 9db9311865c30e22d4ac89bb8e1ae7a3dbd1af8123556f4ebd7343104ebd9d86

Contents?: true

Size: 779 Bytes

Versions: 4

Compression:

Stored size: 779 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in vagrant-libvirt.gemspec
gemspec

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`.
  if ENV['VAGRANT_VERSION']
    gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git',
      tag: ENV['VAGRANT_VERSION']
  else
    gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git'
  end

  gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec',
    tag: ENV['VAGRANT_SPEC_VERSION'] || "9bba7e1228379c0a249a06ce76ba8ea7d276afbe"

  gem 'pry'
end

group :plugins do
  gem 'vagrant-libvirt', :path => '.'
end

gem 'coveralls', require: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.40 Gemfile
vagrant-libvirt-0.0.39 Gemfile
vagrant-libvirt-0.0.38 Gemfile
vagrant-libvirt-0.0.37 Gemfile