From: tphoney Date: Thu, 20 Dec 2018 10:09:31 +0000 (+0000) Subject: (FM-7655) Fix rubygems-update for ruby < 2.3 X-Git-Tag: 1.15.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=db69522ea976d247c4895517d217f8a9edf34f96;p=puppet-modules%2Fpuppetlabs-firewall.git (FM-7655) Fix rubygems-update for ruby < 2.3 --- diff --git a/.travis.yml b/.travis.yml index 11cc5a5..2404189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: bundler before_install: - bundle -v - rm -f Gemfile.lock - - gem update --system + - gem update --system $RUBYGEMS_VERSION - gem --version - bundle -v script: @@ -43,7 +43,7 @@ matrix: env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec rvm: 2.4.4 - - env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec + env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8 rvm: 2.1.9 branches: only: diff --git a/metadata.json b/metadata.json index e12cb50..ab31f4f 100644 --- a/metadata.json +++ b/metadata.json @@ -74,7 +74,7 @@ "version_requirement": ">= 4.7.0 < 7.0.0" } ], - "template-url": "https://github.com/puppetlabs/pdk-templates", - "template-ref": "heads/master-0-gbf720df", + "template-url": "https://github.com/puppetlabs/pdk-templates/", + "template-ref": "heads/master-0-g20af4c6", "pdk-version": "1.8.0" } \ No newline at end of file