Sha256: d122efac6c91b1dc05e39d89dc61f0f3e9f5839b936eacea622bdc55760e3c9a

Contents?: true

Size: 488 Bytes

Versions: 4

Compression:

Stored size: 488 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.9.1'
  # FIXME: Hack to allow Vagrant v1.6.5 to install for tests. Remove when
  # support for 1.6.5 is dropped.
  gem 'rack', '< 2'
  gem 'appraisal', '1.0.0'
  gem 'rubocop', '0.29.0', require: false
  gem 'coveralls', require: false
  gem 'rspec-its'
end

group :debug do
  gem 'byebug'
end

group :plugins do
  gem 'vagrant-conoha', path: '.'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-conoha-0.1.10 Gemfile
vagrant-conoha-0.1.9 Gemfile
vagrant-conoha-0.1.8 Gemfile
vagrant-conoha-0.1.7 Gemfile