Skip to content

Commit a474425

Browse files
Copilotsiddharthkp
andauthored
Pin openssl gem past 3.2.x in demo Gemfile
Co-authored-by: siddharthkp <1863771+siddharthkp@users.noreply.github.com>
1 parent 81081de commit a474425

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

demo/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
source "https://rubygems.org"
44

5+
# Pin the openssl stdlib gem past 3.2.x so the SBOM EOL scanner
6+
# (eol-eoldate-openssl-008) stops matching the OpenSSL 3.2 library EOL entry.
7+
gem "openssl", ">= 3.3"
8+
59
rails_version = (ENV["RAILS_VERSION"] || "7.2.2.1").to_s
610

711
gem "rake", "~> 13.4"

demo/Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ GEM
256256
oj (3.17.3)
257257
bigdecimal (>= 3.0)
258258
ostruct (>= 0.2)
259+
openssl (4.0.2)
259260
os (1.1.4)
260261
ostruct (0.6.3)
261262
pp (0.6.4)
@@ -395,6 +396,7 @@ DEPENDENCIES
395396
kuby-kind (~> 0.2)
396397
listen
397398
lookbook (~> 2.3.14)
399+
openssl (>= 3.3)
398400
primer_view_components!
399401
pry-byebug
400402
puma (~> 8.0.2)

0 commit comments

Comments
 (0)