Sha256: 089526790449663dcb3e5376ee0f50869f1c00400738d8eb404b2f9fb47d1250

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

source 'https://rubygems.org'

group :development do
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.5'
end

group :plugins do
  gem 'vagrant-disksize', path: '.'
end


# Specify your gem's dependencies in vagrant-disksize.gemspec
# Actually, we can't do this as we need to be in the plugins group
# for vagrant to load us during development
#gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-disksize-0.1.3 Gemfile
vagrant-disksize-0.1.2 Gemfile