Skip to content

Commit

Permalink
Pin concurrent-ruby to version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 21, 2021
1 parent 1fb1874 commit c411f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hanami-model.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rom-repository", "~> 1.4"
spec.add_runtime_dependency "dry-types", "~> 0.11.0"
spec.add_runtime_dependency "dry-logic", "~> 0.4.2", "< 0.5"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "concurrent-ruby", "1.1.8"
spec.add_runtime_dependency "bigdecimal", "~> 1.4"

spec.add_development_dependency "bundler", ">= 1.6", "< 3"
Expand Down

0 comments on commit c411f49

Please sign in to comment.