Skip to content

Commit 04e2545

Browse files
committed
Upgrade the openssl gem to work around openssl 3.6.0 issue.
1 parent 8fd8192 commit 04e2545

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ gem "opengraph_parser"
2020
gem "airbrake", require: false
2121
gem "newrelic_rpm", require: false
2222

23+
# openssl 3.6.0 is causing issues in the version of the openssl gem that ships with Ruby. https://github.com/ruby/openssl/issues/949
24+
gem "openssl", require: false
25+
2326
# Silence Ruby deprecation warning by including drb here. https://github.com/Mon-Ouie/pry-remote/pull/88
2427
gem "drb"
2528

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ GEM
4444
opengraph_parser (0.2.5)
4545
addressable
4646
nokogiri
47+
openssl (3.3.2)
4748
powder (0.4.0)
4849
thor (>= 0.11.5)
4950
pp (0.6.3)
@@ -128,6 +129,7 @@ DEPENDENCIES
128129
newrelic_rpm
129130
nokogiri
130131
opengraph_parser
132+
openssl
131133
powder
132134
prometheus-client
133135
pry-remote

0 commit comments

Comments
 (0)