source "https://rubygems.org" # Vagrant's special group group :plugins do gemspec end group :development do gem "vagrant", git: "https://github.com/mitchellh/vagrant.git" end