# HG changeset patch
# User Stan Hu <stanhu@gmail.com>
# Date 1539931470 25200
#      Thu Oct 18 23:44:30 2018 -0700
# Node ID a87ca9475c7dfb298564c6fcc615ba4db57be31e
# Parent  29995c15a81b7203ba512e64fde90c8a22febea8
Upgrade Ruby to 2.4.5

See https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/

diff --git a/.ruby-version b/.ruby-version
--- a/.ruby-version
+++ b/.ruby-version
@@ -1,1 +1,1 @@
-2.4.4
+2.4.5
diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 The latest version of this file can be found at the master branch of the
 omnibus-gitlab repository.
 
+11.4.1
+
+- Upgrade Ruby version to 2.4.5
+
 11.4.0
 
 - Enable omniauth by default !2728
diff --git a/config/software/ruby.rb b/config/software/ruby.rb
--- a/config/software/ruby.rb
+++ b/config/software/ruby.rb
@@ -28,7 +28,7 @@
 # - verify that all ffi libs are available for your version on all platforms.
 # - when upgrading please check the ABI version and update the exclusion until
 #   https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3414 is addressed
-default_version '2.4.4'
+default_version '2.4.5'
 
 fips_enabled = (project.overrides[:fips] && project.overrides[:fips][:enabled]) || false
 
@@ -44,7 +44,7 @@
 # and that's the only one we will ever use.
 dependency 'libiconv'
 
-version('2.4.4') { source sha256: '254f1c1a79e4cc814d1e7320bc5bdd995dc57e08727d30a767664619a9c8ae5a' }
+version('2.4.5') { source sha256: '6737741ae6ffa61174c8a3dcdd8ba92bc38827827ab1d7ea1ec78bc3cefc5198' }
 
 source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz"