Skip to content

Commit

Permalink
Merge pull request #1913 from chef/test/muthuja
Browse files Browse the repository at this point in the history
use openssl 3.2.0 gem to be consistent
  • Loading branch information
poorndm committed Jun 12, 2024
2 parents 51d02fe + 88b2639 commit a32e7ee
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 a32e7ee

Please sign in to comment.