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

Restricted the ruby 1.9 build to json < 2 #350

Merged
merged 1 commit into from
Jul 27, 2016

Conversation

iainbeeston
Copy link
Contributor

Version 2.0 of the json gem requires ruby 2+. We should continue
supporting ruby 1.9, but to do so we need to make sure that travis uses
version 1 of the json gem.

I've done this by adding a custom gemfile for ruby 1.9 that restricts
json to version 1.

Version 2.0 of the json gem requires ruby 2+. We should continue
supporting ruby 1.9, but to do so we need to make sure that travis uses
version 1 of the json gem.

I've done this by adding a custom gemfile for ruby 1.9 that restricts
json to version 1.
@iainbeeston
Copy link
Contributor Author

@RST-J Could I please get a quick code review of this? (Right now the build is broken on master because of a change in the latest version of the json gem)

@RST-J RST-J merged commit 5d911b9 into voxpupuli:master Jul 27, 2016
@RST-J
Copy link
Contributor

RST-J commented Jul 27, 2016

You can 😃 👍

@iainbeeston
Copy link
Contributor Author

@RST-J Great, thanks!

@jlfaber jlfaber mentioned this pull request Jul 27, 2016
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