(FM-7655) Fix rubygems-update for ruby < 2.3

This commit is contained in:
tphoney
2018-12-20 10:09:32 +00:00
parent dd2c5b08df
commit 4898fbdfaa
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ cache: bundler
before_install: before_install:
- bundle -v - bundle -v
- rm -f Gemfile.lock - rm -f Gemfile.lock
- gem update --system - gem update --system $RUBYGEMS_VERSION
- gem --version - gem --version
- bundle -v - bundle -v
script: script:
@@ -43,7 +43,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4 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 rvm: 2.1.9
branches: branches:
only: only:

View File

@@ -77,7 +77,7 @@
"version_requirement": ">= 4.7.0 < 7.0.0" "version_requirement": ">= 4.7.0 < 7.0.0"
} }
], ],
"template-url": "https://github.com/puppetlabs/pdk-templates", "template-url": "https://github.com/puppetlabs/pdk-templates/",
"template-ref": "heads/master-0-gbf720df", "template-ref": "heads/master-0-g20af4c6",
"pdk-version": "1.8.0" "pdk-version": "1.8.0"
} }