Revision 2d5c90376e5a636da00ee3d44510f41ce2dbef43 authored by Emanuele Rocca on 13 June 2017, 18:24:55 UTC, committed by Emanuele Rocca on 13 June 2017, 18:25:32 UTC
Our original estimates were based on data from pivot, which is 1/128
sampled. Bump limit to 600/60s.

Bug: T163233
Change-Id: Ibec287827f3fd8af22dd4a3b3053c8ca26907f4f
1 parent dc68e95
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