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 f50d507 commit 9d156cdCopy full SHA for 9d156cd
Gemfile
@@ -18,7 +18,10 @@ gem 'sass-rails', '>= 5'
18
gem 'simple_grid_rails'
19
gem 'uglifier'
20
21
-gem 'csv' # Need to declare due to become a bundled gem
+# Add bundled gems for Ruby 3.3+
22
+# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
23
+gem 'csv'
24
+gem 'ostruct'
25
26
# Rails 7.1では不要になったため、バージョン制限を解除
27
gem 'concurrent-ruby'
Gemfile.lock
@@ -595,6 +595,7 @@ DEPENDENCIES
595
memory_profiler
596
mini_racer
597
net-http
598
+ ostruct
599
pg
600
puma
601
puma_worker_killer
0 commit comments