about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2021-11-19 07:59:57 +1100
committerGitHub <noreply@github.com>2021-11-18 21:59:57 +0100
commitc242c1d87ae0655da2f03b4e09a50bdbb183912b (patch)
tree8776f26d72c78d3abb1d46ca02b4fa89ac338992 /.circleci
parentbc348dbe94a32124973f4463f0ad7e303e638964 (diff)
Ruby 3.0.2 Upgrade (#16982)
* Update .ruby-version

* Update Gemfile

* Update Gemfile.lock

* Update Dockerfile

* Update check-i18n.yml

* Update config.yml

* Update config.yml
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 968de1eb2..e3e4f83d9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -23,7 +23,7 @@ executors:
         environment:
           POSTGRES_USER: root
           POSTGRES_HOST_AUTH_METHOD: trust
-      - image: circleci/redis:5-alpine
+      - image: circleci/redis:6-alpine
 
 commands:
   install-system-dependencies:
@@ -45,7 +45,7 @@ commands:
             bundle config without 'development production'
           name: Set bundler settings
       - ruby/install-deps:
-          bundler-version: '2.2.29'
+          bundler-version: '2.2.31'
           key: ruby<< parameters.ruby-version >>-gems-v1
   wait-db:
     steps:
@@ -56,14 +56,14 @@ commands:
 jobs:
   build:
     docker:
-      - image: cimg/ruby:2.7-node
+      - image: cimg/ruby:3.0-node
         environment:
           RAILS_ENV: test
     steps:
       - checkout
       - install-system-dependencies
       - install-ruby-dependencies:
-          ruby-version: '2.7'
+          ruby-version: '3.0'
       - node/install-packages:
           cache-version: v1
           pkg-manager: yarn
@@ -111,12 +111,12 @@ jobs:
   test-migrations:
     executor:
       name: default
-      ruby-version: '2.7'
+      ruby-version: '3.0'
     steps:
       - checkout
       - install-system-dependencies
       - install-ruby-dependencies:
-          ruby-version: '2.7'
+          ruby-version: '3.0'
       - wait-db
       - run:
           command: ./bin/rails db:create