Sha256: cff35896c3c3055ecc486429fff31c2b66179542335c7ff66230437897c57caf
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
source 'https://rubygems.org' # gemspec group :development do gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git' end group :plugins do gem 'vagrant-alpine', path: '.' end group :test do gem 'rake', '< 11.0' gem 'rspec' gem 'rubocop' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-alpine-0.4.0 | Gemfile |