Sha256: f58aa72aaaf36c8f64ad7151f8df53c201e5b9cc2cf56557d9235516f84fdf04

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 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', '0.7.0'
gem 'rake'

# Vagrant's special group
group :plugins do
  gem 'landrush', path: '.'
end

group :development do
  gem 'vagrant',
    :git => 'git://github.com/mitchellh/vagrant.git',
    :ref => 'v1.6.1'

  gem 'byebug'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
landrush-0.14.0 Gemfile