Revision 40453589381bbc99bb7f653e394b8a8eb1bb915d authored by Gilles Dubuc on 31 May 2017, 13:31:13 UTC, committed by Alexandros Kosiaris on 02 June 2017, 08:58:51 UTC
Bug: T153169
Change-Id: I94d8a243db7af6f9f393b54d1bb4e9abbd2b723f
1 parent 69dc16c
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