Sha256: 3113a57231285b0c1f9db1d0822b3d2b430a46dcb74c2085caacaa27273f9d02

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 Bytes

Contents

source "http://rubygems.org"

gem "nixme-vagrant", :path => '.'

# Use the following gems straight from git, since Vagrant dev
# typically coincides with it
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"

# Gems required for testing only. To install run
# gem bundle test
group :test do
  gem "rake"
  gem "contest", ">= 0.1.2"
  gem "mocha"

  # For documentation
  platforms :ruby do
    gem "yard", "~> 0.6.1"
    gem "bluecloth"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nixme-vagrant-0.7.2 Gemfile