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

Fixing deprecation warnings #911

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Conversation

jparr
Copy link
Collaborator

@jparr jparr commented Apr 5, 2024

No description provided.

@jparr jparr requested a review from esoterik April 5, 2024 22:31
@@ -89,7 +89,7 @@ gem "will_paginate", "~> 3.0"
gem "xmlrpc", "~> 0.3"

# For creating many records, quickly
gem "fast_inserter", "~> 0.1"
gem "fast_inserter", "~> 2.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the changelog and this seems fine. it seems to have test coverage as well :)


# def suggest
# render json: get_suggestions_for_address(params), status: 200
# end
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

action already had a comment that it was unused from 2016 so I figured why not do this? Up to you if you think this is a good idea though.

@esoterik esoterik merged commit 320e9ba into 2024-upgrades-main Apr 8, 2024
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