From e2b3981a1d164a380a384c4ff4966b9e23878c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:27:16 +0000 Subject: [PATCH] Update fast_gettext requirement from >= 2.1, < 4 to >= 2.1, < 5 Updates the requirements on [fast_gettext](https://github.com/grosser/fast_gettext) to permit the latest version. - [Changelog](https://github.com/grosser/fast_gettext/blob/master/CHANGELOG) - [Commits](https://github.com/grosser/fast_gettext/compare/v2.1.0...v2.4.0) --- updated-dependencies: - dependency-name: fast_gettext dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- puppet.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet.gemspec b/puppet.gemspec index 848875808d..625f455ecb 100644 --- a/puppet.gemspec +++ b/puppet.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('concurrent-ruby', '~> 1.0') spec.add_runtime_dependency('deep_merge', '~> 1.0') spec.add_runtime_dependency('facter', ['>= 4.3.0', '< 5']) - spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 4') + spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 5') spec.add_runtime_dependency('getoptlong', '~> 0.2.0') spec.add_runtime_dependency('locale', '~> 2.1') spec.add_runtime_dependency('multi_json', '~> 1.13')