Skip to content

Commit

Permalink
Remove concurrent-ruby dependency from gemspec (#249)
Browse files Browse the repository at this point in the history
This is no longer used within the gem.
  • Loading branch information
timriley authored Nov 8, 2023
1 parent 29c8e47 commit 3fe45cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hanami-view.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3.0"

spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "dry-configurable", "~> 1.0"
spec.add_runtime_dependency "dry-core", "~> 1.0"
spec.add_runtime_dependency "dry-inflector", "~> 1.0", "< 2"
Expand Down

0 comments on commit 3fe45cf

Please sign in to comment.