Sha256: bf1fbe08c674dc2c5f1ab7774fbb29317b0f993b313c5a030496657e9db0b3b7

Contents?: true

Size: 421 Bytes

Versions: 6

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.2.2'
  gem "mocha", :require => false
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-windows-1.3.0.pre.3 Gemfile
vagrant-windows-1.3.0.pre.2 Gemfile
vagrant-windows-1.3.0.pre.1 Gemfile
vagrant-windows-1.2.3 Gemfile
vagrant-windows-1.2.2 Gemfile
vagrant-windows-1.2.1 Gemfile