Skip to content
Snippets Groups Projects
Commit a87ca9475c7d authored by Stan Hu's avatar Stan Hu
Browse files
parent 29995c15a81b
No related branches found
No related tags found
No related merge requests found
2.4.4
2.4.5
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment