Gemfile 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 source 'https://rubygems.org' group :development do gem "vagrant", git: "https://github.com/mitchellh/vagrant.git" end group :plugins do gemspec end