Gemfile in vagrant-config_builder-0.7.1 vs Gemfile in vagrant-config_builder-0.8.0
- old
+ new
@@ -5,9 +5,11 @@
group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
+ gem "yard"
+ gem "redcarpet"
end
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)
end