Sha256: dc96de11ff675202c927d828a393d5aa11df854e53ec42a5c6dff4dce94cf1fc

Contents?: true

Size: 491 Bytes

Versions: 6

Compression:

Stored size: 491 Bytes

Contents

source 'http://rubygems.org'

group :plugins do
  # Specify your gem's dependencies in vagrant-parallels.gemspec
  gemspec
end

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 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.7.2'
  gem 'vagrant-spec', git: 'git://github.com/mitchellh/vagrant-spec.git'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-parallels-1.4.1 Gemfile
vagrant-parallels-1.4.0 Gemfile
vagrant-parallels-1.4.0.rc1 Gemfile
vagrant-parallels-1.3.13 Gemfile
vagrant-parallels-1.3.12 Gemfile
vagrant-parallels-1.3.10 Gemfile