Skip to content

Commit 53d605c

Browse files
authored
Merge pull request puppetlabs#1042 from puppetlabs/pdksync_FM-7655
pdksync - (FM-7655) Fix rubygems-update for ruby < 2.3
2 parents 3c85ff2 + b230c09 commit 53d605c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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
@@ -83,6 +83,6 @@
8383
}
8484
],
8585
"pdk-version": "1.8.0",
86-
"template-url": "https://github.com/puppetlabs/pdk-templates",
87-
"template-ref": "heads/master-0-gbf720df"
86+
"template-url": "https://github.com/puppetlabs/pdk-templates/",
87+
"template-ref": "heads/master-0-g20af4c6"
8888
}

0 commit comments

Comments
 (0)