Update to Ruby 3.3.3 and update all gems

This commit is contained in:
Sami Samhuri 2024-07-07 10:21:07 -07:00
parent 0653446865
commit b65241c252
No known key found for this signature in database
4 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@ executors:
parameters: parameters:
version: version:
description: "Ruby version number" description: "Ruby version number"
default: "3.3.1" default: "3.3.3"
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.3.1" default: "3.3.3"
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.3.1" default: "3.3.3"
type: string type: string
executor: executor:
name: ruby name: ruby
@ -65,14 +65,14 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["3.1.5", "3.2.4", "3.3.1"] version: ["3.1.6", "3.2.4", "3.3.3"]
cron-workflow: cron-workflow:
jobs: jobs:
- rubocop - rubocop
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["3.1.5", "3.2.4", "3.3.1"] version: ["3.1.6", "3.2.4", "3.3.3"]
triggers: triggers:
- schedule: - schedule:
cron: "0 13 * * 6" cron: "0 13 * * 6"

View file

@ -1 +1 @@
3.3.1 3.3.3

View file

@ -6,8 +6,8 @@ gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.6' gem 'minitest-reporters', '~> 1.6'
gem 'rake', '~> 13.2' gem 'rake', '~> 13.2'
gem 'rake-compiler', '~> 1.2' gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.64.0' gem 'rubocop', '1.64.1'
gem 'rubocop-minitest', '0.35.0' gem 'rubocop-minitest', '0.35.0'
gem 'rubocop-packaging', '0.5.2' gem 'rubocop-packaging', '0.5.2'
gem 'rubocop-performance', '1.21.0' gem 'rubocop-performance', '1.21.1'
gem 'rubocop-rake', '0.6.0' gem 'rubocop-rake', '0.6.0'

View file

@ -8,19 +8,19 @@ GEM
specs: specs:
ansi (1.5.0) ansi (1.5.0)
ast (2.4.2) ast (2.4.2)
builder (3.2.4) builder (3.3.0)
json (2.7.2) json (2.7.2)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
minitest (5.23.1) minitest (5.24.1)
minitest-ci (3.4.0) minitest-ci (3.4.0)
minitest (>= 5.0.6) minitest (>= 5.0.6)
minitest-reporters (1.6.1) minitest-reporters (1.7.1)
ansi ansi
builder builder
minitest (>= 5.0) minitest (>= 5.0)
ruby-progressbar ruby-progressbar
parallel (1.24.0) parallel (1.25.1)
parser (3.3.1.0) parser (3.3.3.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
racc (1.8.0) racc (1.8.0)
@ -29,9 +29,9 @@ GEM
rake-compiler (1.2.7) rake-compiler (1.2.7)
rake rake
regexp_parser (2.9.2) regexp_parser (2.9.2)
rexml (3.2.8) rexml (3.3.1)
strscan (>= 3.0.9) strscan
rubocop (1.64.0) rubocop (1.64.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -49,7 +49,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2) rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0) rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.0) rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0) rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0) rubocop-rake (0.6.0)
@ -70,12 +70,12 @@ DEPENDENCIES
minitest-reporters (~> 1.6) minitest-reporters (~> 1.6)
rake (~> 13.2) rake (~> 13.2)
rake-compiler (~> 1.2) rake-compiler (~> 1.2)
rubocop (= 1.64.0) rubocop (= 1.64.1)
rubocop-minitest (= 0.35.0) rubocop-minitest (= 0.35.0)
rubocop-packaging (= 0.5.2) rubocop-packaging (= 0.5.2)
rubocop-performance (= 1.21.0) rubocop-performance (= 1.21.1)
rubocop-rake (= 0.6.0) rubocop-rake (= 0.6.0)
wordexp! wordexp!
BUNDLED WITH BUNDLED WITH
2.5.11 2.5.14