summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2022-06-10 16:01:28 +0200
committerAlejandro Rodríguez <alejorro70@gmail.com>2022-06-10 16:01:28 +0200
commit065240435e0b3a47a2a953a05f9d651718f5cd7a (patch)
tree5939bc59a932f19fe9ce9a9d6ba2da789b6e8310
parentee3dadf45d25ad93bb26d8ce2a123ecc2e37b39d (diff)
downloadgitlab-shell-065240435e0b3a47a2a953a05f9d651718f5cd7a.tar.gz
Set BUNDLE_FROZEN to true
To follow rubygems' security adisory https://github.com/rubygems/rubygems.org/security/advisories/GHSA-hccv-rwq6-vh79:
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4eaa2e..7ee6e64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ include:
variables:
DOCKER_VERSION: "20.10.15"
+ BUNDLE_FROZEN: "true"
workflow:
rules: &workflow_rules