Skip to content

Commit 84fd437

Browse files
committed
Fix bundled gem warnings shown in 'deploy' job in Actions:
https://github.com/coderdojo-japan/coderdojo.jp/actions
1 parent 4786b07 commit 84fd437

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem 'sass-rails', '>= 5'
1818
# Add bundled gems for Ruby 3.3+
1919
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2020
gem 'csv'
21+
gem 'ostruct' # Depended by 'koala' gem and shown at 'deploy' job in Actions (rake assets:precompile)
2122

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

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ DEPENDENCIES
561561
letter_opener_web
562562
listen
563563
memory_profiler
564+
ostruct
564565
pg
565566
puma
566567
puma_worker_killer

0 commit comments

Comments
 (0)