Revision 858bbf5202ba97ed08033d2a26730a63209b31ba authored by Jaime Crespo on 30 May 2017, 16:10:51 UTC, committed by Jcrespo on 30 May 2017, 16:22:53 UTC
db2048 has just been reinstalled with jessie, db2044 will be next.

Change-Id: I42358e1acd478f878d5953b2166fb0b632b46c91
1 parent f75600f
Raw File
Gemfile
source 'https://rubygems.org'

gem 'puppet', '~> 3.7.0'
gem 'xmlrpc' if RUBY_VERSION >= '2.4.0'
gem 'puppet-strings', '~> 1.0.0'
gem 'rspec-puppet', '~> 2.3.2'
gem 'puppetlabs_spec_helper', '< 2.0.0'
# Puppet 3.7 fails on ruby 2.2+
# https://tickets.puppetlabs.com/browse/PUP-3796
gem 'safe_yaml', '~> 1.0.4'

gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'git', '1.3.0'
gem 'puppet-lint', '2.0.2'
gem 'rubocop', '~> 0.35.1', require: false
back to top