Upgrade to Ruby 3.4.1.
Resolves: rhbz#2334047
This commit is contained in:
parent
36c09dd4b4
commit
4df943f8fa
2 changed files with 10 additions and 9 deletions
17
ruby.spec
17
ruby.spec
|
|
@ -1,6 +1,6 @@
|
|||
%global major_version 3
|
||||
%global minor_version 4
|
||||
%global teeny_version 0
|
||||
%global teeny_version 1
|
||||
%global major_minor_version %{major_version}.%{minor_version}
|
||||
|
||||
%global ruby_version %{major_minor_version}.%{teeny_version}
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
%dnl %global milestone preview2
|
||||
|
||||
# Keep the revision enabled for pre-releases from GIT.
|
||||
%global revision a11bb36316
|
||||
%dnl %global revision 48d4efcb85
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global rubygems_dir %{_datadir}/rubygems
|
||||
|
||||
# Bundled libraries versions
|
||||
%global rubygems_version 3.6.1
|
||||
%global rubygems_version 3.6.2
|
||||
%global rubygems_molinillo_version 0.8.0
|
||||
%global rubygems_net_http_version 0.6.0
|
||||
%global rubygems_net_protocol_version 0.2.2
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
%global rubygems_uri_version 1.0.2
|
||||
|
||||
# Default gems.
|
||||
%global bundler_version 2.6.1
|
||||
%global bundler_version 2.6.2
|
||||
%global bundler_connection_pool_version 2.4.1
|
||||
%global bundler_fileutils_version 1.7.3
|
||||
%global bundler_net_http_persistent_version 4.0.4
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
%global prime_version 0.1.3
|
||||
%global racc_version 1.8.1
|
||||
%global rake_version 13.2.1
|
||||
%global rbs_version 3.8.0.pre.1
|
||||
%global rbs_version 3.8.0
|
||||
%global repl_type_completor_version 0.1.9
|
||||
%global resolv_replace_version 0.1.1
|
||||
%global rexml_version 3.4.0
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
%global rss_version 0.3.1
|
||||
%global syslog_version 0.2.0
|
||||
%global test_unit_version 3.6.7
|
||||
%global typeprof_version 0.30.0
|
||||
%global typeprof_version 0.30.1
|
||||
|
||||
|
||||
# Bundled nkf version
|
||||
|
|
@ -1866,8 +1866,9 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2024 Vít Ondruch <vondruch@redhat.com> - 3.4.0-18
|
||||
- Upgrade to Ruby 3.4.0 (a11bb36316)
|
||||
* Thu Jan 02 2025 Vít Ondruch <vondruch@redhat.com> - 3.4.1-18
|
||||
- Upgrade to Ruby 3.4.1.
|
||||
Resolves: rhbz#2334047
|
||||
|
||||
* Mon Dec 16 2024 Jun Aruga <jaruga@redhat.com> - 3.3.6-18
|
||||
- Fix Ruby OpenSSL to respect crypto-policies TLS minimal version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue