We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ab3be0 + 1bdc030 commit cb0a346Copy full SHA for cb0a346
CHANGELOG.mkd
@@ -5,6 +5,7 @@ Unreleased
5
----------
6
7
- Fix dirty working copy debug logging [#1321](https://github.com/puppetlabs/r10k/pull/1321)
8
+- Allow gettext-setup < 2 for compatibility with Ruby 3.2 and Puppet 8 [#1325](https://github.com/puppetlabs/r10k/pull/1325)
9
10
3.15.2
11
------
r10k.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
31
s.add_dependency 'puppet_forge', '>= 2.3.0'
32
33
- s.add_dependency 'gettext-setup', '~>0.24'
+ s.add_dependency 'gettext-setup', ['>=0.24', '< 2.0.0']
34
s.add_dependency 'fast_gettext', ['>= 1.1.0', '< 3.0.0']
35
s.add_dependency 'gettext', ['>= 3.0.2', '< 4.0.0']
36
0 commit comments