diff --git a/Gemfile.lock b/Gemfile.lock index 702fb997069..d2c2311a1c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/open_project/patches/i18n_reject_empty_string.rb b/lib/open_project/patches/i18n_reject_empty_string.rb index 419f1c4528d..814f1d836ca 100644 --- a/lib/open_project/patches/i18n_reject_empty_string.rb +++ b/lib/open_project/patches/i18n_reject_empty_string.rb @@ -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