From a3e6674fde39b9a790755c4bdbc3c07432d262ab Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Sun, 29 Sep 2019 14:00:48 +0200 Subject: [PATCH] ci: Use ruby 2.5 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d48b6ae8425..7cf373a8bbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -332,7 +332,7 @@ jobs: release-changelog: docker: - - image: circleci/ruby:2.6-node + - image: circleci/ruby:2.5-node steps: - checkout - run: gem install github_changelog_generator @@ -472,4 +472,4 @@ workflows: tags: only: /.*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/