chore: upgrade circleci and gh action to use ruby 3.1.2

This commit is contained in:
Vishnu Narayanan 2022-10-05 13:24:53 +05:30
parent ec5b507f07
commit 59786f2eef
No known key found for this signature in database
GPG key ID: 000B7FD5001541AC
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ defaults: &defaults
working_directory: ~/build
docker:
# specify the version you desire here
- image: cimg/ruby:3.0.4-browsers
- image: cimg/ruby:3.1.2-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images

View file

@ -47,7 +47,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.4 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: yarn