We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4786b07 commit 84fd437Copy full SHA for 84fd437
Gemfile
@@ -18,6 +18,7 @@ gem 'sass-rails', '>= 5'
18
# Add bundled gems for Ruby 3.3+
19
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
20
gem 'csv'
21
+gem 'ostruct' # Depended by 'koala' gem and shown at 'deploy' job in Actions (rake assets:precompile)
22
23
gem 'rambulance' # Error handling pages: https://github.com/yuki24/rambulance
24
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
Gemfile.lock
@@ -561,6 +561,7 @@ DEPENDENCIES
561
letter_opener_web
562
listen
563
memory_profiler
564
+ ostruct
565
pg
566
puma
567
puma_worker_killer
0 commit comments