From 04d4597ad4e9ad58502e7c4d654aa8d30ebe7ee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:14:23 +0000 Subject: [PATCH] Update ruby Docker tag to v2.7.8 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81e6d76..558b15c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ before_script: syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.5.3-Puppet ~> 6: stage: syntax - image: ruby:2.5.3 + image: ruby:2.7.8 script: - bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop variables: @@ -25,7 +25,7 @@ syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore c parallel_spec-Ruby 2.5.3-Puppet ~> 6: stage: unit - image: ruby:2.5.3 + image: ruby:2.7.8 script: - bundle exec rake parallel_spec variables: @@ -33,7 +33,7 @@ parallel_spec-Ruby 2.5.3-Puppet ~> 6: parallel_spec-Ruby 2.4.5-Puppet ~> 5: stage: unit - image: ruby:2.4.5 + image: ruby:2.7.8 script: - bundle exec rake parallel_spec variables: