We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The proxy/balancer is broken in 1.5.8 as it uses the transform_keys method on Hash, which was as far as I can tell was introduced in Ruby 2.5.5.
transform_keys
Hash
It is used here: https://github.com/code-mancers/invoker/blob/1992f355ad82470d172f7fee6078cbb4817f61cb/lib/invoker/power/balancer.rb#L68
If I manually specify the port in the URL I can access my app.
Version 1.5.7 seems to work, for me at least, on Ruby 2.3.8.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The proxy/balancer is broken in 1.5.8 as it uses the
transform_keys
method onHash
, which was as far as I can tell was introduced in Ruby 2.5.5.It is used here: https://github.com/code-mancers/invoker/blob/1992f355ad82470d172f7fee6078cbb4817f61cb/lib/invoker/power/balancer.rb#L68
If I manually specify the port in the URL I can access my app.
Version 1.5.7 seems to work, for me at least, on Ruby 2.3.8.
The text was updated successfully, but these errors were encountered: