Skip to content

Commit 1bdc030

Browse files
committed
(maint) Allow gettext-setup < 2
Accept gettext-setup >= 1.1.0 for compatibility with fast-gettext 2.1 and Ruby 3.2. See puppetlabs/gettext-setup-gem@f4b292c
1 parent 2ab3be0 commit 1bdc030

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.mkd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Unreleased
55
----------
66

77
- 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)
89

910
3.15.2
1011
------

r10k.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
3030

3131
s.add_dependency 'puppet_forge', '>= 2.3.0'
3232

33-
s.add_dependency 'gettext-setup', '~>0.24'
33+
s.add_dependency 'gettext-setup', ['>=0.24', '< 2.0.0']
3434
s.add_dependency 'fast_gettext', ['>= 1.1.0', '< 3.0.0']
3535
s.add_dependency 'gettext', ['>= 3.0.2', '< 4.0.0']
3636

0 commit comments

Comments
 (0)