Skip to content

Commit

Permalink
(CAT-1703) Convert concurrent ruby from a pin to a pessimistic constr…
Browse files Browse the repository at this point in the history
…aint (#1312)

Co-authored-by: Paula Muir <paula@puppet.com>
  • Loading branch information
david22swan and pmcmaw authored Feb 9, 2024
1 parent fed1c55 commit 0d5ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'tty-which', '~> 0.5'

# Analytics dependencies
spec.add_runtime_dependency 'concurrent-ruby', '1.1.10'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0'
spec.add_runtime_dependency 'facter', '~> 4.0'
spec.add_runtime_dependency 'httpclient', '~> 2.8.3'

Expand Down

0 comments on commit 0d5ede3

Please sign in to comment.