Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Update Ruby to v3.2.0 #1260

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ executors:
GITHUB_TEAM_NAME_SLUG: laa-apply-for-legal-aid
linting-executor:
docker:
- image: cimg/ruby:3.1.3-node
- image: cimg/ruby:3.2.0-node
environment:
RAILS_ENV: test
TZ: "Europe/London"
Expand All @@ -26,7 +26,7 @@ executors:
resource_class: small
test-executor:
docker:
- image: cimg/ruby:3.1.3-node
- image: cimg/ruby:3.2.0-node
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -105,7 +105,7 @@ references:
restore_gems_cache: &restore_gems_cache
restore_cache:
keys:
- check-financial-eligibility-{{ checksum "Gemfile.lock" }}-v3.1.3
- check-financial-eligibility-{{ checksum "Gemfile.lock" }}-v3.2.0
install_gems: &install_gems
run:
name: Install ruby gems
Expand All @@ -114,7 +114,7 @@ references:
bundle install --without development --path=vendor/bundle --jobs=4 && bundle clean
save_gems_cache: &save_gems_cache
save_cache:
key: check-financial-eligibility-{{ checksum "Gemfile.lock" }}-v3.1.3
key: check-financial-eligibility-{{ checksum "Gemfile.lock" }}-v3.2.0
paths:
- vendor/bundle
setup_database: &setup_database
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3-alpine3.17
FROM ruby:3.2.0-alpine3.17
MAINTAINER apply for legal aid team

ENV RAILS_ENV production
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.3"
ruby "3.2.0"

gem "active_model_serializers", "~> 0.10.13"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ DEPENDENCIES
webmock (>= 3.13.0)

RUBY VERSION
ruby 3.1.3p185
ruby 3.2.0p0

BUNDLED WITH
2.3.8