Maintenance: Update Ruby to 2.7.4
This commit is contained in:
parent
c9a58d5580
commit
25e12c7f5b
5 changed files with 7 additions and 7 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
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)
|
- name: Increase MySQL max_allowed_packet to 1GB (workaround for unknown/missing service option)
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y mysql-client
|
sudo apt-get install -y mysql-client
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
image: registry.znuny.com/docker/zammad-ci:2.7.3
|
image: registry.znuny.com/docker/zammad-ci:2.7.4
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: '/.gitlab/ci/base.yml'
|
- local: '/.gitlab/ci/base.yml'
|
||||||
|
@ -43,9 +43,9 @@ variables:
|
||||||
# Cache gems in between jobs and pipelines
|
# Cache gems in between jobs and pipelines
|
||||||
# ATTENTION: We use a combination of the Ruby major and minor version number
|
# 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
|
# 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:
|
cache:
|
||||||
key: "centos7ruby273"
|
key: "centos7ruby274"
|
||||||
paths:
|
paths:
|
||||||
- vendor/ruby
|
- vendor/ruby
|
||||||
# ATTENTION: This should be a dedicated cache only used in the job "TODO".
|
# ATTENTION: This should be a dedicated cache only used in the job "TODO".
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.7.3
|
2.7.4
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# core - base
|
# core - base
|
||||||
ruby '2.7.3'
|
ruby '2.7.4'
|
||||||
gem 'rails', '6.0.4'
|
gem 'rails', '6.0.4'
|
||||||
|
|
||||||
# core - rails additions
|
# core - rails additions
|
||||||
|
|
|
@ -757,7 +757,7 @@ DEPENDENCIES
|
||||||
zendesk_api
|
zendesk_api
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.7.3p183
|
ruby 2.7.4p191
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.20
|
2.2.20
|
||||||
|
|
Loading…
Reference in a new issue