Skip to content

Commit

Permalink
(maint) Stop pinning concurrent-ruby
Browse files Browse the repository at this point in the history
Previously we needed to pin back concurrent-ruby due to an issue in puppet, we have since resolved that issue and no longer need to pin back concurrent-ruby.

!no-release-note
  • Loading branch information
donoghuc committed Dec 5, 2023
1 parent 4db889a commit 20d7b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "addressable", '~> 2.5'
spec.add_dependency "aws-sdk-ec2", '~> 1'
spec.add_dependency "CFPropertyList", ">= 2.2"
spec.add_dependency "concurrent-ruby", "~> 1.0", "< 1.2.0"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "ffi", ">= 1.9.25", "< 2.0.0"
spec.add_dependency "hiera-eyaml", "~> 3"
spec.add_dependency "jwt", "~> 2.2"
Expand Down

0 comments on commit 20d7b47

Please sign in to comment.