Sha256: cbc0d75e7b7f239fc65552c00b50a4393cb4d79a889ca39715eba40f852f5b10
Contents?: true
Size: 383 Bytes
Versions: 5
Compression:
Stored size: 383 Bytes
Contents
source 'https://rubygems.org' gemspec if ENV['PUPPET_VERSION'] gem 'puppet', ENV['PUPPET_VERSION'] end # Evaluate Gemfile.local if it exists if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end # Evaluate ~/.gemfile if it exists if File.exists?(File.join(Dir.home, '.gemfile')) eval(File.read(File.join(Dir.home, '.gemfile')), binding) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.11.1 | Gemfile |
onceover-3.11.0 | Gemfile |
onceover-3.10.2 | Gemfile |
onceover-3.10.1 | Gemfile |
onceover-3.10.0 | Gemfile |