Skip to content

Commit

Permalink
use 3.2.0 version of openssl
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Jun 11, 2024
1 parent 51d02fe commit 88b2639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
make "-j #{workers} install", env: env

# set this here because two different clauses might use it
openssl_gem_version = project.overrides.dig(:ruby, :openssl_gem) || "3.0.0"
openssl_gem_version = project.overrides.dig(:ruby, :openssl_gem) || "3.2.0"

# Remove this if clause once Ruby < 3.1 is not supported in combination with
# OpenSSL >= 3.0
Expand Down

0 comments on commit 88b2639

Please sign in to comment.