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 build when using Ruby 2.3.1. bundler fails to install deps #52

Merged
merged 1 commit into from
Nov 17, 2016

Conversation

delcypher
Copy link
Contributor

when using Ruby 2.3.1 because of a compatability problem with the
JSON gem ( ruby/json#229 ).

To do this I just removed the old gem lock file and generated a new
one.

when using Ruby 2.3.1 because of a compatability problem with the
JSON gem ( ruby/json#229 ).

To do this I just removed the old gem lock file and generated a new
one.
@delcypher
Copy link
Contributor Author

I'm just going to merge this now so I can make progress. If it breaks the build I'll revert it.

@delcypher delcypher merged commit 999a49a into master Nov 17, 2016
@andreamattavelli
Copy link
Contributor

Thanks @delcypher, seems to work fine on both Linux and Mac.

@delcypher
Copy link
Contributor Author

@andreamattavelli Unfortunately this change was actually wrong due to a bug in bundler. I've pushed a fix ( e4bebfd )

@ccadar ccadar deleted the fix_build_ruby2.3.1 branch September 18, 2018 14:27
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