Skip to content

Commit fee1363

Browse files
committed
(maint) update travis to not use bundle update --system
1 parent 7d5c681 commit fee1363

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ before_install:
88
- if [ $BUNDLER_VERSION ]; then gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri; fi
99
- bundle -v
1010
- rm -f Gemfile.lock
11-
- gem update --system $RUBYGEMS_VERSION
11+
- "# Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
12+
- "# See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
13+
- '[ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
1214
- gem --version
1315
- bundle -v
1416
script:

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"version_requirement": ">= 4.7.0 < 7.0.0"
7878
}
7979
],
80-
"pdk-version": "1.14.1",
80+
"pdk-version": "1.15.0",
8181
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
82-
"template-ref": "heads/master-0-g643529a"
82+
"template-ref": "heads/master-0-gcaed9d7"
8383
}

0 commit comments

Comments
 (0)