]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(FM-7655) Fix rubygems-update for ruby < 2.3 pdksync_FM-7655
authortphoney <tp@puppet.com>
Thu, 20 Dec 2018 10:09:31 +0000 (10:09 +0000)
committertphoney <tp@puppet.com>
Thu, 20 Dec 2018 10:09:31 +0000 (10:09 +0000)
.travis.yml
metadata.json

index 11cc5a5d00079dfe121d37221dff8e2de8839f36..2404189c6d4f90a8fab89edacdb0af035d5a6e29 100644 (file)
@@ -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:
index e12cb50578756ed89d706c7927ee89215cad437c..ab31f4f628339008e35d80ad001cafd8870a1176 100644 (file)
@@ -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