Skip to content

Commit 79c78d9

Browse files
committed
fix: openssl tweaks
1 parent 62f824d commit 79c78d9

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0.6-slim as builder
1+
FROM ruby:3.0.2-slim as builder
22

33
ENV RAILS_ENV=production \
44
SECRET_KEY_BASE=dummy

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ gem "foundation_rails_helper", git: "https://github.com/sgruhier/foundation_rail
3737
gem "html_tokenizer", "~> 0.0.8"
3838
gem "letter_opener_web", "~> 2.0"
3939
gem "omniauth-rails_csrf_protection", "~> 1.0"
40+
gem "openssl", "2.2.0"
4041
gem "puma", ">= 5.6.2"
4142
gem "rack-attack"
4243
gem "sys-filesystem"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ GEM
699699
tzinfo
700700
validate_url
701701
webfinger (~> 2.0)
702+
openssl (2.2.0)
702703
origami (2.1.0)
703704
colorize (~> 0.7)
704705
orm_adapter (0.5.0)
@@ -1038,6 +1039,7 @@ DEPENDENCIES
10381039
lograge
10391040
omniauth-rails_csrf_protection (~> 1.0)
10401041
omniauth_openid_connect
1042+
openssl (= 2.2.0)
10411043
parallel_tests (~> 3.7)
10421044
puma (>= 5.6.2)
10431045
rack-attack

0 commit comments

Comments
 (0)