Sha256: cb92233021178812b6d86a8118a7c697543e183a0245afe2fecc4a3dbeef2b96

Contents?: true

Size: 421 Bytes

Versions: 3

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-windows-1.3.2 Gemfile
vagrant-windows-1.3.1 Gemfile
vagrant-windows-1.3.0 Gemfile