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

Use update instead of update_attributes #136

Merged
merged 1 commit into from Jan 20, 2022

Conversation

utkarsh2102
Copy link
Contributor

@utkarsh2102 utkarsh2102 commented Jan 20, 2022

update_attributes has been deprecated and
removed in Rails 6 and onward, thereby
making this test fail with newer Rails.

Fixes: #135

@grosser
Copy link
Owner

grosser commented Jan 20, 2022

please rebase on master to fix the build issues

update_attributes has been deprecated and
removed in Rails 6 and onward, thereby
making this test fail with newer Rails.

Fixes: grosser#135
@grosser
Copy link
Owner

grosser commented Jan 20, 2022

2.2.0

@utkarsh2102 utkarsh2102 deleted the use-update branch January 20, 2022 19:32
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.

Failing test
2 participants