Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 3, 2024
1 parent a7a1545 commit 4dc6618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "bundler"
spec.add_dependency "localhost", "~> 1.1"
spec.add_dependency "openssl", "~> 3.0"
spec.add_dependency "protocol-http", "~> 0.31"
spec.add_dependency "process-metrics", "~> 0.2.0"
spec.add_dependency "protocol-rack", "~> 0.5"
spec.add_dependency "protocol-rack", "~> 0.7"
spec.add_dependency "samovar", "~> 2.3"
end

0 comments on commit 4dc6618

Please sign in to comment.