Sha256: ed8062fa1aaa97f59141fd75e1e0029100f77070535d3ab0339e09a379728353

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 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.3.0 Gemfile