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

Explicitly require active_support/core_ext/array/conversions #2144

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

anakinj
Copy link
Contributor

@anakinj anakinj commented Dec 28, 2020

Grape is not explicitly loading the activesupport parts that are required for Array#to_xml. Because of this the Array serialization to XML breaks when activesupport 6.1 is taken into use.

The commit that deletes what previously was requiring the parts that Grape relies on is this rails/rails@12959de#diff-f805b1a36e26831e5eee78fb55549de44fb842f78443b178d5d5438105152017

@grape-bot
Copy link

1 Warning
⚠️ There’re library changes, but not tests. That’s OK as long as you’re refactoring existing code.

Generated by 🚫 danger

@dblock dblock merged commit 5438e95 into ruby-grape:master Dec 29, 2020
@dblock
Copy link
Member

dblock commented Dec 29, 2020

👍

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.

3 participants