Upgrade to Ruby 3.3.0 (e3631277c3).

This commit is contained in:
Vít Ondruch 2023-12-14 13:56:51 +01:00
commit 224fa7843d
2 changed files with 3 additions and 3 deletions

View file

@ -214,7 +214,7 @@ index d4ff4a262c..3f9a5bf590 100644
File.join parts
end
@@ -253,7 +254,7 @@ def self.vendor_dir # :nodoc:
@@ -265,7 +266,7 @@ def self.vendor_dir # :nodoc:
return nil unless RbConfig::CONFIG.key? "vendordir"
File.join RbConfig::CONFIG["vendordir"], "gems",

View file

@ -10,7 +10,7 @@
#%%global milestone rc1
# Keep the revision enabled for pre-releases from GIT.
%global revision e51f9e9f75
%global revision e3631277c3
%global ruby_archive %{name}-%{ruby_version}
@ -1610,7 +1610,7 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
%changelog
* Thu Dec 14 2023 Vít Ondruch <vondruch@redhat.com> - 3.3.0-184
- Upgrade to Ruby 3.3.0 (e51f9e9f75).
- Upgrade to Ruby 3.3.0 (e3631277c3).
* Thu Nov 09 2023 Jun Aruga <jaruga@redhat.com> - 3.2.2-183
- ssl: use ffdhe2048 from RFC 7919 as the default DH group parameters