From: Bastian Blank Date: Fri, 9 Feb 2018 13:02:52 +0000 (+0100) Subject: Test with Puppet 4.8 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=ae98a3d0c8b5918b2a1d290de2536dc284e7926e Test with Puppet 4.8 --- diff --git a/Gemfile b/Gemfile index 4e096ff6a..dddb5c4c8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' -gem 'puppet', '>= 4.8' +gem 'puppet', '~> 4.8' gem 'r10k' gem 'ruby-ldap'