Skip to content
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

chore: Fix rack deprecation warnings. #453

Merged
merged 2 commits into from Sep 19, 2023

Conversation

edariedl
Copy link
Contributor

@edariedl edariedl commented Sep 13, 2023

Replace request[] calls with request.params[]. To fix the deprecation warnings in:

Rack 3.x: https://github.com/rack/rack/blob/3-0-stable/lib/rack/request.rb#L608
Rack 2.x: https://github.com/rack/rack/blob/2-2-stable/lib/rack/request.rb#L531

@edariedl edariedl requested a review from a team as a code owner September 13, 2023 15:51
@google-cla
Copy link

google-cla bot commented Sep 13, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@edariedl edariedl changed the title Fix rack deprecations. Fix rack deprecation warnings. Sep 13, 2023
@edariedl edariedl changed the title Fix rack deprecation warnings. chore: Fix rack deprecation warnings. Sep 18, 2023
@bajajneha27 bajajneha27 merged commit d24a03d into googleapis:main Sep 19, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants