Skip to content

Commit 79ce923

Browse files
committed
Add bundled gems to Gemfile: csv
cf. https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
1 parent d2a9a94 commit 79ce923

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ gem 'sass-rails', '>= 5'
1818
gem 'simple_grid_rails'
1919
gem 'uglifier'
2020

21+
gem 'csv' # Need to declare due to become a bundled gem
22+
2123
# Rails 7.1では不要になったため、バージョン制限を解除
2224
gem 'concurrent-ruby'
2325

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ GEM
146146
concurrent-ruby (1.3.5)
147147
connection_pool (2.5.3)
148148
crass (1.0.6)
149+
csv (3.3.4)
149150
date (3.4.1)
150151
declarative (0.0.20)
151152
diff-lcs (1.6.2)
@@ -575,6 +576,7 @@ DEPENDENCIES
575576
capybara
576577
coffee-rails
577578
concurrent-ruby
579+
csv
578580
dotenv-rails
579581
factory_bot_rails
580582
faraday

0 commit comments

Comments
 (0)