https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 3f70c17b97419d887afae7a2ab2fa9610a4bb125 authored by Daniel Zahn on 12 May 2017, 19:44:38 UTC
phabricator: convert to profile/role-structure
Tip revision: 3f70c17
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