Gemfile in itamae-1.6.3 vs Gemfile in itamae-1.7.0.pre
- old
+ new
@@ -1,14 +1,16 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in itamae.gemspec
gemspec
+gem 'vagrant', github: 'mitchellh/vagrant'
+gem 'vagrant-digitalocean'
+
path = Pathname.new("Gemfile.local")
eval(path.read) if path.exist?
group :test do
if RUBY_PLATFORM.include?('darwin')
gem 'growl'
end
end
-