Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Bump versions of faraday and puma.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Aug 2, 2021
1 parent c758315 commit 4ae7237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita.gemspec
Expand Up @@ -31,11 +31,11 @@ Gem::Specification.new do |spec|
}

spec.add_runtime_dependency "bundler", "~> 2.2.3"
spec.add_runtime_dependency "faraday", "~> 1.4.2"
spec.add_runtime_dependency "faraday", "~> 1.6.0"
spec.add_runtime_dependency "http_router", "~> 0.11.2"
spec.add_runtime_dependency "i18n", "~> 1.8.10"
spec.add_runtime_dependency "ice_nine", "~> 0.11.2"
spec.add_runtime_dependency "puma", "~> 5.3.2"
spec.add_runtime_dependency "puma", "~> 5.4.0"
spec.add_runtime_dependency "rack", "~> 2.2.3"
spec.add_runtime_dependency "rb-readline", "~> 0.5.5"
spec.add_runtime_dependency "redis-namespace", "~> 1.8.1"
Expand Down

0 comments on commit 4ae7237

Please sign in to comment.