Sha256: 36c4d418ddd7327de790bfd23f96bbd752e45e926e9d42a19d10526a102358f4
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in docker-provider.gemspec gemspec group :development, :test do gem 'vagrant', github: 'mitchellh/vagrant' end group :development do gem 'guard' gem 'guard-rspec' gem 'rb-inotify' gem 'vagrant-notify', github: 'fgrehm/vagrant-notify' gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier' gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine' gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc' gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status' gem 'ventriloquist', github: 'fgrehm/ventriloquist' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docker-provider-0.0.2 | Gemfile |
docker-provider-0.0.1 | Gemfile |