Sha256: 6cb88d9f63342a6f33a5044bcc926fb74ace85d2de4d2fda1028f4c207662311

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
itamae-1.9.0 Gemfile
itamae-1.8.0 Gemfile
itamae-1.7.0 Gemfile
itamae-1.7.0.pre Gemfile