Maintenance: Updated Ruby dependency to 2.6.6.
This commit is contained in:
parent
4a07c783a3
commit
06b717bbda
5 changed files with 7 additions and 7 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -47,7 +47,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.6.5
|
ruby-version: 2.6.6
|
||||||
- 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-ruby:2.6.5
|
image: registry.znuny.com/docker/zammad-ruby:2.6.6
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: '/.gitlab/ci/base.yml'
|
- local: '/.gitlab/ci/base.yml'
|
||||||
|
@ -37,9 +37,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.6.5 (change it when updating the Ruby version too)
|
# the gems. Search hook: 2.6.6 (change it when updating the Ruby version too)
|
||||||
cache:
|
cache:
|
||||||
key: "ruby26"
|
key: "ruby266"
|
||||||
paths:
|
paths:
|
||||||
- vendor/ruby
|
- vendor/ruby
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.6.5
|
2.6.6
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# core - base
|
# core - base
|
||||||
ruby '2.6.5'
|
ruby '2.6.6'
|
||||||
gem 'rails', '5.2.4.3'
|
gem 'rails', '5.2.4.3'
|
||||||
|
|
||||||
# core - rails additions
|
# core - rails additions
|
||||||
|
|
|
@ -682,7 +682,7 @@ DEPENDENCIES
|
||||||
zendesk_api
|
zendesk_api
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.6.5p114
|
ruby 2.6.6p146
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
Loading…
Reference in a new issue