Skip to content

Commit

Permalink
Merge pull request #3253 from donoghuc/stop-pinning-concurrent
Browse files Browse the repository at this point in the history
(maint) Stop pinning concurrent-ruby
  • Loading branch information
donoghuc authored Dec 6, 2023
2 parents 4db889a + 20d7b47 commit cdc7b56
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 cdc7b56

Please sign in to comment.