File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
9103.15.2
1011------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments