Skip to content

Commit 0440742

Browse files
author
tphoney
committed
(FM-7655) Fix rubygems-update for ruby < 2.3
1 parent 6dec3e3 commit 0440742

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache: bundler
55
before_install:
66
- bundle -v
77
- rm -f Gemfile.lock
8-
- gem update --system
8+
- gem update --system $RUBYGEMS_VERSION
99
- gem --version
1010
- bundle -v
1111
script:
@@ -43,7 +43,7 @@ matrix:
4343
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
4444
rvm: 2.4.4
4545
-
46-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
46+
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
4747
rvm: 2.1.9
4848
branches:
4949
only:

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
],
103103
"description": "Standard Library for Puppet Modules",
104104
"pdk-version": "1.8.0",
105-
"template-url": "https://github.com/puppetlabs/pdk-templates",
106-
"template-ref": "heads/master-0-gbf720df"
105+
"template-url": "https://github.com/puppetlabs/pdk-templates/",
106+
"template-ref": "heads/master-0-g20af4c6"
107107
}

0 commit comments

Comments
 (0)