Skip to content

Commit

Permalink
fast_gettext: Allow 3.x
Browse files Browse the repository at this point in the history
fast_gettext 3 was released yesterday and it basically dropped support
for Ruby 2.7. Pulling in version 3 is fine because puppet 8 already
requires Ruby 3.1 or newer.
  • Loading branch information
bastelfreak committed Jun 6, 2024
1 parent 1f3db18 commit 995f7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.specification_version = 4
spec.add_runtime_dependency(%q<facter>, [">= 4.3.0", "< 5"])
spec.add_runtime_dependency(%q<semantic_puppet>, "~> 1.0")
spec.add_runtime_dependency(%q<fast_gettext>, ">= 2.1", "< 3")
spec.add_runtime_dependency(%q<fast_gettext>, ">= 2.1", "< 4")
spec.add_runtime_dependency(%q<locale>, "~> 2.1")
spec.add_runtime_dependency(%q<multi_json>, "~> 1.13")
spec.add_runtime_dependency(%q<puppet-resource_api>, "~> 1.5")
Expand Down

0 comments on commit 995f7fe

Please sign in to comment.