-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
MRI < 2.0 dependency problem on CI #3278
Comments
Drenmi
changed the title
MRI >2.0 dependency problem on CI
MRI <2.0 dependency problem on CI
Jul 3, 2016
Drenmi
changed the title
MRI <2.0 dependency problem on CI
MRI < 2.0 dependency problem on CI
Jul 3, 2016
Yep, that's true. |
This was referenced Jul 5, 2016
Merged
10 tasks
gerrywastaken
added a commit
to gerrywastaken/rubocop
that referenced
this issue
Jul 6, 2016
Recently the `json` gem was updated to require Ruby >= 2.0. This causes our Ruby 1.9.3 build to fail. Here we lock the `json` gem to the previously working version for 1.9 builds.
10 tasks
Neodelf
pushed a commit
to Neodelf/rubocop
that referenced
this issue
Oct 15, 2016
Recently the `json` gem was updated to require Ruby >= 2.0. This causes our Ruby 1.9.3 build to fail. Here we lock the `json` gem to the previously working version for 1.9 builds.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just created #3277, but Travis fails the Ruby 1.9 check because:
I assume this happens because
parser
tries to installjson 2.0.1
. From the json repo:(This is a bit strange though, because
parser
's CI passes on all rubies.)The text was updated successfully, but these errors were encountered: