Sha256: fdd4f99f076ed1b9b2ec0cf7301cf74c9a30ff49e21e41126b1bed92ff72f396
Contents?: true
Size: 651 Bytes
Versions: 10
Compression:
Stored size: 651 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.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 if ENV['APPVEYOR'] == 'True' # R10k needs to be pinned to this until the next release after 3.1.1 # in order to not have symlinks and therefor work on windows gem 'r10k', git: 'https://github.com/puppetlabs/r10k.git' end
Version data entries
10 entries across 10 versions & 1 rubygems