From 9c2a3df82759203acf0c4c8d2789b9e09ad28395 Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Fri, 3 Jul 2015 18:55:50 +0900 Subject: [PATCH] =?UTF-8?q?circleci=E3=81=AEruby=E3=81=AEversion=E3=82=92?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E3=81=AE=E5=AE=89=E5=AE=9A=E7=89=88=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index dd938dd0..98148583 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ machine: timezone: Asia/Tokyo ruby: - version: 2.2.0 + version: 2.2.2 test: override: - "bundle exec bin/rubocop_parallel": { parallel: true }