Sha256: 4689eaff03713ad0b549cd97904281569b1a00e59565ee9c86410f868b2ef50f

Contents?: true

Size: 336 Bytes

Versions: 12

Compression:

Stored size: 336 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in itamae.gemspec
gemspec

gem 'vagrant', github: 'ryotarai/vagrant', branch: 'latest-bundler'
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

12 entries across 12 versions & 1 rubygems

Version Path
itamae-1.9.11 Gemfile
itamae-1.9.10 Gemfile
itamae-1.9.9 Gemfile
itamae-1.9.8 Gemfile
itamae-1.9.7.pre Gemfile
itamae-1.9.6 Gemfile
itamae-1.9.6.pre Gemfile
itamae-1.9.5 Gemfile
itamae-1.9.4 Gemfile
itamae-1.9.3 Gemfile
itamae-1.9.2 Gemfile
itamae-1.9.1 Gemfile