Sha256: 2f0c891f6188c178152e02ddfd1e2bd219c67234ff1e07db82a8f2fd89c6267a
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'pry-coolline', '> 0.0', '< 1.0.0' if ENV['PUPPET_VERSION'] gem 'puppet', ENV['PUPPET_VERSION'] end # Evaluate Gemfile.local if it exists if File.exist? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end # Evaluate ~/.gemfile if it exists if File.exist?(File.join(Dir.home, '.gemfile')) eval(File.read(File.join(Dir.home, '.gemfile')), binding) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.20.0 | Gemfile |
onceover-3.19.2 | Gemfile |
onceover-3.19.1 | Gemfile |