Skip to content

Commit

Permalink
Bump concurrent-ruby from 1.0 to 1.2+
Browse files Browse the repository at this point in the history
Includes fix

* Worker threads get stuck when using caller_runs policy #933 in ruby-concurrency/concurrent-ruby#933
  • Loading branch information
MattFenelon committed Jun 13, 2024
1 parent c5680c3 commit 792b015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "jsonapi-renderer", "~> 0.2", ">= 0.2.2"
spec.add_dependency "dry-types", ">= 0.15.0", "< 2.0"
spec.add_dependency "graphiti_errors", "~> 1.1.0"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "concurrent-ruby", ">= 1.2", "< 2.0"
spec.add_dependency "activesupport", ">= 5.2"

spec.add_development_dependency "faraday", "~> 0.15"
Expand Down

0 comments on commit 792b015

Please sign in to comment.