Sha256: 0bf71bdca9678f5cd6aeaf4ec9fdeaf064c39a7d63b7473533842bb2dfeb109f
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
source 'https://rubygems.org' # Can't use `gemspec` to pull in dependencies, because the landrush gem needs # to be in the :plugins group for Vagrant to detect and load it in development gem 'rubydns', '1.0.2' gem 'rexec' gem 'rake' # Vagrant's special group group :plugins do gem 'landrush', path: '.' end group :test do gem 'rubocop', '~> 0.38.0' end group :development do gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :ref => 'v1.8.1' gem 'byebug' gem 'mocha' gem 'minitest' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landrush-0.19.0 | Gemfile |