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

Fix JSON compatibility with MRI Ruby 2.4.0 #54

Conversation

todd-a-jacobs
Copy link
Contributor

@todd-a-jacobs todd-a-jacobs commented Jan 3, 2017

Summary

This patch updates the JSON gem to a version compatible with Ruby 2.4.0. In addition, it was necessary to update the Bundler resolution for omniauth-twitter and sass-rails, as they too had a fixed dependency on the unsupported version of the JSON gem.

See Also

ruby/json#303

In order to use the Ruby 2.4.0 compatible JSON gem, other dependencies
need to be resolved. Specifically:

    bundle update json omniauth-twitter sass-rails
@todd-a-jacobs todd-a-jacobs force-pushed the feature/json_compatibility_mri_2.4.0 branch from 39c8f69 to e2ad006 Compare January 4, 2017 16:01
@todd-a-jacobs
Copy link
Contributor Author

Rebased patch against your current master branch.

@pglombardo
Copy link
Owner

Excellent @CodeGnome thanks!

@pglombardo pglombardo merged commit 366072d into pglombardo:master Jan 4, 2017
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.

2 participants