Sha256: 7606d3565cb2351152e48a559053aeda397cdf9eb74eb4a9a3aecb3e91c610a7

Contents?: true

Size: 510 Bytes

Versions: 4

Compression:

Stored size: 510 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.4'
  gem 'vagrant-spec', git: 'git://github.com/legal90/vagrant-spec.git', branch: 'parallels'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-parallels-1.5.1 Gemfile
vagrant-parallels-1.5.0 Gemfile
vagrant-parallels-1.4.3 Gemfile
vagrant-parallels-1.4.2 Gemfile