Skip to content

Commit 7281e3a

Browse files
authored
add openssl dep at version new enough to fix ruby/openssl#949 (#89)
1 parent 2234a1b commit 7281e3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ group :development, :test do
4747
gem "standard", require: false
4848
gem "webmock"
4949
end
50+
51+
gem "openssl", ">= 3.3.1"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ GEM
192192
nokogiri (1.18.10-x86_64-linux-musl)
193193
racc (~> 1.4)
194194
open3 (0.2.1)
195+
openssl (3.3.1)
195196
parallel (1.27.0)
196197
parser (3.3.9.0)
197198
ast (~> 2.4.1)
@@ -366,6 +367,7 @@ DEPENDENCIES
366367
jwt
367368
nokogiri
368369
open3
370+
openssl (>= 3.3.1)
369371
pg (~> 1.6)
370372
puma (>= 5.0)
371373
rails (~> 8.0.2)

0 commit comments

Comments
 (0)