Skip to content

Commit

Permalink
Maintenance: Updated Ruby dependency to 2.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed Aug 20, 2020
1 parent 4a07c78 commit 06b717b
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
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)
run: |
sudo apt-get install -y mysql-client
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: registry.znuny.com/docker/zammad-ruby:2.6.5
image: registry.znuny.com/docker/zammad-ruby:2.6.6

include:
- local: '/.gitlab/ci/base.yml'
@@ -37,9 +37,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.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:
key: "ruby26"
key: "ruby266"
paths:
- vendor/ruby

2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.6.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# core - base
ruby '2.6.5'
ruby '2.6.6'
gem 'rails', '5.2.4.3'

# core - rails additions
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -682,7 +682,7 @@ DEPENDENCIES
zendesk_api

RUBY VERSION
ruby 2.6.5p114
ruby 2.6.6p146

BUNDLED WITH
1.17.3

0 comments on commit 06b717b

Please sign in to comment.