File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ gem "opengraph_parser"
2020gem "airbrake" , require : false
2121gem "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
2427gem "drb"
2528
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments