We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2234a1b commit 7281e3aCopy full SHA for 7281e3a
Gemfile
@@ -47,3 +47,5 @@ group :development, :test do
47
gem "standard", require: false
48
gem "webmock"
49
end
50
+
51
+gem "openssl", ">= 3.3.1"
Gemfile.lock
@@ -192,6 +192,7 @@ GEM
192
nokogiri (1.18.10-x86_64-linux-musl)
193
racc (~> 1.4)
194
open3 (0.2.1)
195
+ openssl (3.3.1)
196
parallel (1.27.0)
197
parser (3.3.9.0)
198
ast (~> 2.4.1)
@@ -366,6 +367,7 @@ DEPENDENCIES
366
367
jwt
368
nokogiri
369
open3
370
+ openssl (>= 3.3.1)
371
pg (~> 1.6)
372
puma (>= 5.0)
373
rails (~> 8.0.2)
0 commit comments