Sha256: c676fbec9c611302dcf80614a041ac8ac5ca95eccd4f13752f7c9453bb445b02

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

source 'http://rubygems.org'

# Specify your gem's dependencies in vagrant-parallels.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`.
  gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.4.1'
  gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
  gem 'debugger-xml'
  gem 'pry'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-parallels-0.2.0 Gemfile
vagrant-parallels-0.1.3 Gemfile