Skip to content

Commit 158699c

Browse files
Merge pull request #1768 from coderdojo-japan/add-openassl-gem
openssl gem を追加
2 parents 43026e9 + 400ee7b commit 158699c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem 'sass-rails', '>= 5'
1919
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2020
gem 'csv'
2121
gem 'ostruct' # Depended by 'koala' gem and shown at 'deploy' job in Actions (rake assets:precompile)
22+
gem 'openssl' # Avoid version mismatch with system OpenSSL
2223

2324
gem 'rambulance' # Error handling pages: https://github.com/yuki24/rambulance
2425
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ GEM
265265
nokogiri (1.18.9-x86_64-linux-musl)
266266
racc (~> 1.4)
267267
observer (0.1.2)
268+
openssl (3.3.2)
268269
ostruct (0.6.1)
269270
parallel (1.27.0)
270271
parser (3.3.8.0)
@@ -509,6 +510,7 @@ DEPENDENCIES
509510
letter_opener_web
510511
listen
511512
memory_profiler
513+
openssl
512514
ostruct
513515
pg
514516
puma

0 commit comments

Comments
 (0)