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 1e07451 commit 383ff34Copy full SHA for 383ff34
Gemfile
@@ -2,6 +2,8 @@ source "https://rubygems.org"
2
3
ruby file: '.ruby-version'
4
5
+gem 'nkf'
6
+
7
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
8
gem "rails", "~> 8.0.0"
9
Gemfile.lock
@@ -167,6 +167,7 @@ GEM
167
net-smtp (0.5.1)
168
net-protocol
169
nio4r (2.7.4)
170
+ nkf (0.2.0)
171
nokogiri (1.18.10-aarch64-linux-gnu)
172
racc (~> 1.4)
173
nokogiri (1.18.10-aarch64-linux-musl)
@@ -343,6 +344,7 @@ DEPENDENCIES
343
344
capybara
345
debug
346
importmap-rails
347
+ nkf
348
pg
349
puma (>= 5.0)
350
rails (~> 8.0.0)
0 commit comments