Bump i18n

This commit is contained in:
Eric-Guo
2024-05-07 06:34:52 +08:00
committed by Eric Guo
parent b9734eec21
commit 97b65aefa7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ GEM
httpclient (2.8.3)
httpx (1.2.4)
http-2-next (>= 1.0.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-js (4.2.3)
glob (>= 0.4.0)
@@ -60,6 +60,6 @@ module OpenProject
end
end
OpenProject::Patches.patch_gem_version "i18n", "1.14.4" do
OpenProject::Patches.patch_gem_version "i18n", "1.14.5" do
I18n.backend.singleton_class.prepend OpenProject::Patches::I18nRejectEmptyString
end