Skip to content
Snippets Groups Projects
Commit 6e410f9fb827 authored by Stan Hu's avatar Stan Hu
Browse files

Update Ruby to 2.7.7 and 3.0.5

These versions includes a security fix and some minor fixes:

* https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/
* https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/

Changelog: changed
parent 2da79c895a66
No related branches found
No related tags found
2 merge requests!102heptapod#1237: making 0.38 the new oldstable,!88Merging upstream 15.7.0+ce.0
3.0.4
3.0.5
......@@ -23,7 +23,7 @@
skip_transitive_dependency_licensing true
if Gitlab::Util.get_env('RUBY3_BUILD') == 'true'
default_version '3.0.4'
default_version '3.0.5'
else
# Follow the Ruby upgrade guidelines when changing the ruby version
# link: https://docs.gitlab.com/ee/development/ruby_upgrade.html
......@@ -27,7 +27,7 @@
else
# Follow the Ruby upgrade guidelines when changing the ruby version
# link: https://docs.gitlab.com/ee/development/ruby_upgrade.html
default_version '2.7.6'
default_version '2.7.7'
end
fips_enabled = Build::Check.use_system_ssl?
......@@ -41,8 +41,8 @@
dependency 'libiconv'
dependency 'jemalloc'
version('2.7.6') { source sha256: 'e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10' }
version('3.0.4') { source sha256: '70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b' }
version('2.7.7') { source sha256: 'e10127db691d7ff36402cfe88f418c8d025a3f1eea92044b162dd72f0b8c7b90' }
version('3.0.5') { source sha256: '9afc6380a027a4fe1ae1a3e2eccb6b497b9c5ac0631c12ca56f9b7beb4848776' }
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