Skip to content

Commit 17c37fa

Browse files
authored
Merge pull request #1150 from puppetlabs/pdksync_FM-7655
pdksync - (FM-7655) Fix rubygems-update for ruby < 2.3
2 parents 70c8a2e + 4c6ad51 commit 17c37fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
],
8282
"description": "MySQL module",
83-
"template-url": "https://github.com/puppetlabs/pdk-templates",
84-
"template-ref": "heads/master-0-gbf720df",
83+
"template-url": "https://github.com/puppetlabs/pdk-templates/",
84+
"template-ref": "heads/master-0-g20af4c6",
8585
"pdk-version": "1.8.0"
8686
}

0 commit comments

Comments
 (0)