Skip to content

Commit

Permalink
Relax dependency on async-service.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 7, 2024
1 parent c3b7d6a commit 25ca519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "async-http", "~> 0.57"
spec.add_dependency "async-http-cache", "~> 0.4.0"
spec.add_dependency "async-io", "~> 1.22"
spec.add_dependency "async-service", "~> 0.10.0"
spec.add_dependency "async-service", "~> 0.10"
spec.add_dependency "bundler"
spec.add_dependency "localhost", "~> 1.1"
spec.add_dependency "openssl", "~> 3.0"
Expand Down

0 comments on commit 25ca519

Please sign in to comment.