From fb6c83d5b59cc1ea7128e12d0bb4bd2393662576 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 27 Feb 2021 18:31:17 +0900 Subject: [PATCH] Workaround for JRuby 9.2.15.0 regression Follow https://github.com/rubocop/rubocop/pull/9545. --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df78d9f8..579e5c62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,5 +57,8 @@ workflows: name: Ruby HEAD image: rubocophq/circleci-ruby-snapshot:latest # Nightly snapshot build - rake_default: + # FIXME: Workaround for JRuby 9.2.15.0. + # Please specify `circleci/jruby:9.2` when the following issue will be resolved. + # https://github.com/jruby/jruby/issues/6581 name: JRuby 9.2 - image: circleci/jruby:9.2 + image: circleci/jruby:9.2.14