Maintenance: Update Ruby to 2.7.4

This commit is contained in:
Mantas Masalskis 2021-07-15 12:15:29 +00:00 committed by Thorsten Eckel
parent c9a58d5580
commit 25e12c7f5b
5 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 2.7.4
- name: Increase MySQL max_allowed_packet to 1GB (workaround for unknown/missing service option)
run: |
sudo apt-get install -y mysql-client

View File

@ -1,5 +1,5 @@
default:
image: registry.znuny.com/docker/zammad-ci:2.7.3
image: registry.znuny.com/docker/zammad-ci:2.7.4
include:
- local: '/.gitlab/ci/base.yml'
@ -43,9 +43,9 @@ variables:
# Cache gems in between jobs and pipelines
# ATTENTION: We use a combination of the Ruby major and minor version number
# as a key for the cache to avoid cache growth and incompatibilities between
# the gems. Search hook: 2.7.3 (change it when updating the Ruby version too)
# the gems. Search hook: 2.7.4 (change it when updating the Ruby version too)
cache:
key: "centos7ruby273"
key: "centos7ruby274"
paths:
- vendor/ruby
# ATTENTION: This should be a dedicated cache only used in the job "TODO".

View File

@ -1 +1 @@
2.7.3
2.7.4

View File

@ -3,7 +3,7 @@
source 'https://rubygems.org'
# core - base
ruby '2.7.3'
ruby '2.7.4'
gem 'rails', '6.0.4'
# core - rails additions

View File

@ -757,7 +757,7 @@ DEPENDENCIES
zendesk_api
RUBY VERSION
ruby 2.7.3p183
ruby 2.7.4p191
BUNDLED WITH
2.2.20