]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.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 aed69c2ce09fa8746f3e4dd744c8b42cbea94734..d7e4f487e16f452b042ce23dec2fc7ca9742e420 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 dab3e4cda1d591ebdd93ebd6af8f8a9ef41d584c..5a941cf3ffbce19f1d3133c659b08706d567d758 100644 (file)
@@ -40,7 +40,7 @@
       "version_requirement": ">= 4.8.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