Upgrade to Ruby 3.2.1

This commit is contained in:
Sami Samhuri 2023-02-13 23:34:28 -08:00
parent 5c9775970c
commit b71a8b4d17
No known key found for this signature in database
GPG key ID: 4B4195422742FC16
3 changed files with 8 additions and 6 deletions

View file

@ -4,7 +4,7 @@ executors:
parameters:
version:
description: "Ruby version number"
default: "3.2.0"
default: "3.2.1"
type: string
docker:
- image: cimg/ruby:<< parameters.version >>
@ -15,7 +15,7 @@ commands:
parameters:
version:
description: "Ruby version number"
default: "3.2.0"
default: "3.2.1"
type: string
steps:
- restore_cache:
@ -44,7 +44,7 @@ jobs:
parameters:
version:
description: "Ruby version number"
default: "3.2.0"
default: "3.2.1"
type: string
executor:
name: ruby
@ -65,14 +65,14 @@ workflows:
- test:
matrix:
parameters:
version: ["2.7.5", "3.0.3", "3.1.3", "3.2.0"]
version: ["2.7.5", "3.0.3", "3.1.3", "3.2.1"]
cron-workflow:
jobs:
- rubocop
- test:
matrix:
parameters:
version: ["2.7.5", "3.0.3", "3.1.3", "3.2.0"]
version: ["2.7.5", "3.0.3", "3.1.3", "3.2.1"]
triggers:
- schedule:
cron: "0 13 * * 6"

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
3.2.1

View file

@ -53,6 +53,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux
DEPENDENCIES
@ -69,4 +70,4 @@ DEPENDENCIES
wordexp!
BUNDLED WITH
2.4.3
2.4.6