1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-11 16:19:29 +00:00

bump versions

- breaking change, so we bump the major version
- update dependency versions to keep them relatively fresh
- update repo urls
This commit is contained in:
Christian Becker
2018-01-17 11:04:19 +01:00
parent 948431f50c
commit dec8216a78
4 changed files with 20 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 4.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 4.6' : puppetversion = ENV['PUPPET_VERSION'].to_s
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.8.2'
gem 'puppet-lint', '>= 1.0.0'