Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI in maint-3.1 branch #846

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Conversation

rhenium
Copy link
Member

@rhenium rhenium commented Jan 29, 2025

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ This is a backport to the 3.1 branch. ]

This is a squash of the following commits, and brings the content of
Gemfile to match master:

  b0acc1a Make optional benchmark test in OpenSSL::OSSL#test_memcmp_timing
  4312b07 Add rdoc as a development dependency.
  f59ec58 Use the test-unit-ruby-core gem for Test::Unit::CoreAssertions
  459f20b Add prime gem to development dependency
The benchmark library is planned to become a bundled gem in Ruby 3.5.
While we can add it in our Gemfile, it is only used in
test_memcmp_timing and the usage can be easily replaced with a few
Process.clock_gettime calls.
The :development group is pointless because Gemfile is relevant for
those who run ruby/openssl tests in this repository only, and not
included in the gem package. Let's list the test dependency in the top
level.

The rdoc library is now a bundled gem in Ruby master, not just in
Fedora's Ruby distributions.
@rhenium rhenium merged commit 7edb8b3 into ruby:maint-3.1 Jan 29, 2025
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant