.gitlab-ci.yml in puppet-debugger-0.7.0 vs .gitlab-ci.yml in puppet-debugger-0.8.0
- old
+ new
@@ -169,5 +169,11 @@
puppet_410_ruby24:
variables:
PUPPET_GEM_VERSION: "~> 4.10.0"
<<: *puppet_job_def
<<: *ruby24
+
+puppet_5_ruby24:
+ variables:
+ PUPPET_GEM_VERSION: "~> 5.0"
+ <<: *puppet_job_def
+ <<: *ruby24
\ No newline at end of file