Sha256: 2438474d9ea7d40b5ecc39187a0c80c5eed6ada1ab26be13800c93aa0fef239d

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in my_gem.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.0'
  gem "mocha", :require => false
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-windows-1.6.0 Gemfile
vagrant-windows-1.6.0.pre.1 Gemfile
vagrant-windows-1.5.1 Gemfile
vagrant-windows-1.5.0 Gemfile
vagrant-windows-1.4.0 Gemfile