mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Upgrade to Ruby 3.2.1
This commit is contained in:
parent
5c9775970c
commit
b71a8b4d17
3 changed files with 8 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ executors:
|
||||||
parameters:
|
parameters:
|
||||||
version:
|
version:
|
||||||
description: "Ruby version number"
|
description: "Ruby version number"
|
||||||
default: "3.2.0"
|
default: "3.2.1"
|
||||||
type: string
|
type: string
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/ruby:<< parameters.version >>
|
- image: cimg/ruby:<< parameters.version >>
|
||||||
|
|
@ -15,7 +15,7 @@ commands:
|
||||||
parameters:
|
parameters:
|
||||||
version:
|
version:
|
||||||
description: "Ruby version number"
|
description: "Ruby version number"
|
||||||
default: "3.2.0"
|
default: "3.2.1"
|
||||||
type: string
|
type: string
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
parameters:
|
parameters:
|
||||||
version:
|
version:
|
||||||
description: "Ruby version number"
|
description: "Ruby version number"
|
||||||
default: "3.2.0"
|
default: "3.2.1"
|
||||||
type: string
|
type: string
|
||||||
executor:
|
executor:
|
||||||
name: ruby
|
name: ruby
|
||||||
|
|
@ -65,14 +65,14 @@ workflows:
|
||||||
- test:
|
- test:
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
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:
|
cron-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- rubocop
|
- rubocop
|
||||||
- test:
|
- test:
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
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:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 13 * * 6"
|
cron: "0 13 * * 6"
|
||||||
|
|
|
||||||
1
.ruby-version
Normal file
1
.ruby-version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
3.2.1
|
||||||
|
|
@ -53,6 +53,7 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
arm64-darwin-21
|
arm64-darwin-21
|
||||||
|
arm64-darwin-22
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
|
@ -69,4 +70,4 @@ DEPENDENCIES
|
||||||
wordexp!
|
wordexp!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.3
|
2.4.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue