Upgrade to Ruby 3.3.0 (c8c35ded74).

This commit is contained in:
Vít Ondruch 2023-09-22 18:10:15 +02:00
commit 25ea926d53
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ diff --git a/common.mk b/common.mk
index b2e5b2b6d0..f39f81da5c 100644
--- a/common.mk
+++ b/common.mk
@@ -115,7 +115,8 @@ YARP_FILES = yarp/api_node.$(OBJEXT) \
@@ -117,7 +117,8 @@ YARP_FILES = yarp/api_node.$(OBJEXT) \
yarp/yarp.$(OBJEXT) \
yarp/yarp_init.$(OBJEXT)

View file

@ -12,7 +12,7 @@ diff --git a/common.mk b/common.mk
index d55d1788aa..73755f6ccd 100644
--- a/common.mk
+++ b/common.mk
@@ -1564,8 +1564,6 @@ yes-test-syntax-suggest: $(PREPARE_SYNTAX_SUGGEST)
@@ -1565,8 +1565,6 @@ yes-test-syntax-suggest: $(PREPARE_SYNTAX_SUGGEST)
$(ACTIONS_ENDGROUP)
no-test-syntax-suggest:

View file

@ -10,7 +10,7 @@
#%%global milestone preview2
# Keep the revision enabled for pre-releases from GIT.
%global revision 3c11cdbcfe
%global revision c8c35ded74
%global ruby_archive %{name}-%{ruby_version}
@ -48,7 +48,7 @@
%global io_console_version 0.6.0
%global irb_version 1.8.1
%global json_version 2.6.3
%global openssl_version 3.1.0
%global openssl_version 3.2.0
%global psych_version 5.1.0
%global racc_version 1.7.1
%global rdoc_version 6.5.0
@ -1550,7 +1550,7 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
%changelog
* Thu Nov 09 2023 Vít Ondruch <vondruch@redhat.com> - 3.3.0-184
- Upgrade to Ruby 3.3.0 (3c11cdbcfe).
- Upgrade to Ruby 3.3.0 (c8c35ded74).
* 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