Skip to content

JRuby 9.x is currently failing to install a dependency of rubocop

gitlab-qa-bot requested to merge fix_build into master

Created by: JonRowe

Previously on Bundler 1.13 we limited this via platform so JRuby 9.x never installed it, given that we don't need to run rubocop on every build, this restores the original behaviour of only running on MRI and hopefully fixes the build.

Merge request reports