.gitlab-ci.yml in gitlab-styles-5.2.0 vs .gitlab-ci.yml in gitlab-styles-5.3.0

- old
+ new

@@ -1,10 +1,10 @@ stages: - test - deploy default: - image: ruby:2.6 + image: ruby:2.7 tags: - gitlab-org before_script: - bundle --version - bundle install