Blame view

Gemfile 155 Bytes
Georg Hopp authored
1 2 3 4 5 6 7
source 'https://rubygems.org'

group :development do
  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
end

group :plugins do
8
  gemspec
Georg Hopp authored
9
end