Skip to content

Commit 383ff34

Browse files
committed
nkf has been extracted as a stdgem since Ruby 3.4
1 parent 1e07451 commit 383ff34

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
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

33
ruby file: '.ruby-version'
44

5+
gem 'nkf'
6+
57
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
68
gem "rails", "~> 8.0.0"
79

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ GEM
167167
net-smtp (0.5.1)
168168
net-protocol
169169
nio4r (2.7.4)
170+
nkf (0.2.0)
170171
nokogiri (1.18.10-aarch64-linux-gnu)
171172
racc (~> 1.4)
172173
nokogiri (1.18.10-aarch64-linux-musl)
@@ -343,6 +344,7 @@ DEPENDENCIES
343344
capybara
344345
debug
345346
importmap-rails
347+
nkf
346348
pg
347349
puma (>= 5.0)
348350
rails (~> 8.0.0)

0 commit comments

Comments
 (0)