-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'maint-3.2' into maint-3.3
* maint-3.2: pkey: avoid calling i2d_PUBKEY family on an incomplete key Cleanup Gemfile test/openssl/test_ossl.rb: use clock_gettime for measuring time Backport changes related to extracted stdlibs in Ruby 3.4-3.5
- Loading branch information
Showing
4 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
source "https://rubygems.org" | ||
|
||
group :development do | ||
gem "rake" | ||
gem "rake-compiler" | ||
gem "test-unit", "~> 3.0", ">= 3.4.6" | ||
gem "test-unit-ruby-core" | ||
gem "prime" | ||
# In the case of Ruby whose rdoc is not a default gem. | ||
gem "rdoc" | ||
end | ||
gem "rake" | ||
gem "rake-compiler" | ||
gem "test-unit", "~> 3.0", ">= 3.4.6" | ||
gem "test-unit-ruby-core" | ||
gem "prime" | ||
gem "rdoc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters