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