File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ gem 'sass-rails', '>= 5'
1919# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2020gem 'csv'
2121gem '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
2324gem 'rambulance' # Error handling pages: https://github.com/yuki24/rambulance
2425gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments