Skip to content

Commit

Permalink
Use version of rack-proxy with bug fix
Browse files Browse the repository at this point in the history
See #41
  • Loading branch information
jjb authored Apr 5, 2017
1 parent 7a75d93 commit b5ffaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-reverse-proxy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ eos
spec.require_paths = ["lib"]

spec.add_dependency "rack", ">= 1.0.0"
spec.add_dependency "rack-proxy", "~> 0.5", ">= 0.5.14"
spec.add_dependency "rack-proxy", "~> 0.6", ">= 0.6.1"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.3"
Expand Down

0 comments on commit b5ffaa7

Please sign in to comment.