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 older json version #1489

Merged
merged 1 commit into from Jul 8, 2016
Merged

Use older json version #1489

merged 1 commit into from Jul 8, 2016

Conversation

fw42
Copy link
Member

@fw42 fw42 commented Jul 8, 2016

Not sure why but CI is currently failing for Ruby 1.9 and Ruby 1.8 because it's installing json 2.x which requires Ruby 2.x. See if this fixes it.

@coveralls
Copy link

coveralls commented Jul 8, 2016

Coverage Status

Coverage remained the same at 83.415% when pulling 1cdde3c on Shopify:fix-ci into 3882cf0 on resque:master.

@coveralls
Copy link

coveralls commented Jul 8, 2016

Coverage Status

Coverage decreased (-0.09%) to 83.322% when pulling 8e7d0be on Shopify:fix-ci into 3882cf0 on resque:master.

@fw42
Copy link
Member Author

fw42 commented Jul 8, 2016

🍏

@fw42
Copy link
Member Author

fw42 commented Jul 8, 2016

@sirupsen or @dylanahsmith, does this make sense to you?

gem "json"

if RUBY_VERSION < "2.0"
gem "json", '1.8.3'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least use '~> 1.8' so it isn't tied to this specific version.

@dylanahsmith
Copy link
Contributor

👍

@coveralls
Copy link

coveralls commented Jul 8, 2016

Coverage Status

Coverage decreased (-0.09%) to 83.322% when pulling e5a1d43 on Shopify:fix-ci into 3882cf0 on resque:master.

@fw42 fw42 merged commit 5338646 into resque:master Jul 8, 2016
@fw42 fw42 deleted the fix-ci branch July 8, 2016 16:55
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.

None yet

3 participants