-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
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
ERB.new arguments deprecated #2417
Comments
Thank you, @CamJN! |
Hi, |
You'd need to wait for us to release the next version of passenger. |
For what it's worth, I am receiving the following deprecation warnings at start-up:
|
Sorry, I didn't notice that the issue was closed. These additional warnings above are also gone by upgrading to Passenger 6.0.14. |
Question 1: What is the problem?
Deprecation notices appear on startup, re https://github.com/phusion/passenger/blob/stable-6.0/src/ruby_supportlib/phusion_passenger/standalone/start_command/nginx_engine.rb#L282:
Question 2: Passenger version and integration mode:
Passenger 6.0.12-1~focal1 standalone
Question 3: OS or Linux distro, platform (including version):
Ubuntu 20.04 LTS x86_64
Question 4: Passenger installation method:
[x] Phusion APT repo
Question 5: Your app's programming language (including any version managers) and framework (including versions):
Ruby 3.1.1p18
Question 6: Are you using a PaaS and/or containerization? If so which one?
Docker 20.10.12 using https://github.com/cs50/server/blob/main/Dockerfile, which is based on https://github.com/cs50/cli/blob/main/Dockerfile.
Thank you!
The text was updated successfully, but these errors were encountered: