Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2023-01-11 13:27:59 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2023-01-11 13:27:59 +0300
commitde37d1e2ef35d9c223fa22b00e6f3e0c6ec21804 (patch)
tree0c5cc5c16fc39d37b98d25f278bcef9798591dc9
parent234f551f479ed330bd5de71bfafa2fd5c61536be (diff)
Liquid is not compatible with ruby 3.2
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f76e44..9e9d3c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
# The Docker image that will be used to build your app
-image: ruby:latest
+image: ruby:3.1
# Cache gems in between builds
cache: