From 97aa08df5f8c523468fb8d1e56a7f2afde35a201 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Tue, 18 Nov 2025 16:14:04 +0000 Subject: [PATCH] Add nkf gem to Gemfile Ruby 3.4.x is not shipping 'nkf' anymore. Some users might encounter some issues without this Gem --- template/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/template/Gemfile b/template/Gemfile index 6a4c5f1..5151523 100644 --- a/template/Gemfile +++ b/template/Gemfile @@ -14,3 +14,4 @@ gem 'bigdecimal' gem 'logger' gem 'benchmark' gem 'mutex_m' +gem 'nkf'