Stop pinning concurrent-ruby

The new puppet 7.22.0 was released and this is compatible with
the latest concurrent-ruby. As we bumped the puppet version in master
CI, we no longer need this pin in master.

Related-Bug: #2003761
Depends-on: https://review.opendev.org/871957
Change-Id: Iadd6bc25bda4e537891c551d33071e31e8e0f1fb
This commit is contained in:
Takashi Kajinami 2023-01-27 15:54:26 +09:00
parent 3ec05090bb
commit cc071d0926

View File

@ -22,10 +22,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rake'
spec.add_dependency 'minitest'
# NOTE(tkajinam): concurrent-ruby 1.2.0 dropped RubyThreadLocalVar, which is
# still used by puppet as of 7.21.0.
spec.add_dependency 'concurrent-ruby', ['< 1.2.0']
puppetversion = ENV.key?('PUPPET_GEM_VERSION') ? ENV['PUPPET_GEM_VERSION'] : ['>= 6.0']
spec.add_dependency 'puppet', puppetversion