Sha256: 9d3ee610eabcb9dd1851d75a83eabe2920582a1b850097e549941eeba92bfd78

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.6.5'
  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

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-conoha-0.1.5 Gemfile
vagrant-conoha-0.1.4 Gemfile
vagrant-conoha-0.1.3 Gemfile
vagrant-conoha-0.1.2 Gemfile
vagrant-conoha-0.1.1 Gemfile
vagrant-conoha-0.1.0 Gemfile