Skip to content

Commit

Permalink
[Add] Gem(rails-i18n)のインストール 複数形化のキーのネストを有効化するため
Browse files Browse the repository at this point in the history
  • Loading branch information
urotansh committed Feb 27, 2023
1 parent 194cc20 commit ae66609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ gem 'net-smtp'
gem 'net-pop'
gem 'net-imap'
gem 'ransack'
gem 'rails-i18n'

group :production do
gem 'mysql2'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-i18n (7.0.6)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (6.1.7)
actionpack (= 6.1.7)
activesupport (= 6.1.7)
Expand Down Expand Up @@ -287,6 +290,7 @@ DEPENDENCIES
puma (~> 3.11)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.7)
rails-i18n
ransack
sass-rails (>= 6)
selenium-webdriver (>= 4.0.0.rc1)
Expand Down

0 comments on commit ae66609

Please sign in to comment.