Skip to content

Commit ee95901

Browse files
committed
Bump openssl to v3.2.0
For FIPS related openssl issues we need openssl 3.2.0. As ruby 3.2 is shipped with openssl v3.1.0 we need to bump it.
1 parent 0494c38 commit ee95901

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ gem 'net-ssh'
2525
gem 'newrelic_rpm'
2626
gem 'nokogiri', '>=1.10.5'
2727
gem 'oj'
28+
gem 'openssl', '>= 3.2'
2829
gem 'palm_civet'
2930
gem 'posix-spawn', '~> 0.3.15'
3031
gem 'prometheus-client'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ GEM
338338
nokogiri (1.15.5-x86_64-linux)
339339
racc (~> 1.4)
340340
oj (3.16.1)
341+
openssl (3.2.0)
341342
os (1.1.4)
342343
palm_civet (1.1.0)
343344
parallel (1.23.0)
@@ -607,6 +608,7 @@ DEPENDENCIES
607608
newrelic_rpm
608609
nokogiri (>= 1.10.5)
609610
oj
611+
openssl (>= 3.2)
610612
palm_civet
611613
parallel_tests
612614
pg

0 commit comments

Comments
 (0)