Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
(CAT-270) Re-pin open ssl version to 3.0
Browse files Browse the repository at this point in the history
Version updated to be compliant with what is expected by Ruby 3 based environments.
  • Loading branch information
david22swan committed Oct 13, 2023
1 parent 247061a commit e05ba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/projects/pdk-runtime.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project 'pdk-runtime' do |proj|
proj.setting(:runtime_project, 'pdk')
proj.setting(:openssl_version, '1.1.1')
proj.setting(:openssl_version, '3.0')
proj.setting(:augeas_version, '1.14.1')
proj.setting(:rubygem_fast_gettext_version, '1.1.2')
proj.setting(:rubygem_gettext_version, '3.2.2')
Expand Down

0 comments on commit e05ba56

Please sign in to comment.