mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Update to Ruby 3.3.0
This commit is contained in:
parent
1f9e4faa08
commit
680e6ab2ed
3 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ executors:
|
||||||
parameters:
|
parameters:
|
||||||
version:
|
version:
|
||||||
description: "Ruby version number"
|
description: "Ruby version number"
|
||||||
default: "3.2.2"
|
default: "3.3.0"
|
||||||
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.2"
|
default: "3.3.0"
|
||||||
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.2"
|
default: "3.3.0"
|
||||||
type: string
|
type: string
|
||||||
executor:
|
executor:
|
||||||
name: ruby
|
name: ruby
|
||||||
|
|
@ -65,14 +65,14 @@ workflows:
|
||||||
- test:
|
- test:
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
version: ["3.0.6", "3.1.4", "3.2.2"]
|
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||||
cron-workflow:
|
cron-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- rubocop
|
- rubocop
|
||||||
- test:
|
- test:
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
version: ["3.0.6", "3.1.4", "3.2.2"]
|
version: ["3.1.4", "3.2.3", "3.3.0"]
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 13 * * 6"
|
cron: "0 13 * * 6"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3.2.2
|
3.3.0
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ GEM
|
||||||
racc
|
racc
|
||||||
racc (1.7.3)
|
racc (1.7.3)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.1.0)
|
rake (13.2.0)
|
||||||
rake-compiler (1.2.7)
|
rake-compiler (1.2.7)
|
||||||
rake
|
rake
|
||||||
regexp_parser (2.9.0)
|
regexp_parser (2.9.0)
|
||||||
|
|
@ -76,4 +76,4 @@ DEPENDENCIES
|
||||||
wordexp!
|
wordexp!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.20
|
2.5.7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue