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:
version:
description: "Ruby version number"
default: "3.3.1"
default: "3.3.3"
type: string
docker:
- image: cimg/ruby:<< parameters.version >>
@ -15,7 +15,7 @@ commands:
parameters:
version:
description: "Ruby version number"
default: "3.3.1"
default: "3.3.3"
type: string
steps:
- restore_cache:
@ -44,7 +44,7 @@ jobs:
parameters:
version:
description: "Ruby version number"
default: "3.3.1"
default: "3.3.3"
type: string
executor:
name: ruby
@ -65,14 +65,14 @@ workflows:
- test:
matrix:
parameters:
version: ["3.1.5", "3.2.4", "3.3.1"]
version: ["3.1.6", "3.2.4", "3.3.3"]
cron-workflow:
jobs:
- rubocop
- test:
matrix:
parameters:
version: ["3.1.5", "3.2.4", "3.3.1"]
version: ["3.1.6", "3.2.4", "3.3.3"]
triggers:
- schedule:
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 'rake', '~> 13.2'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.64.0'
gem 'rubocop', '1.64.1'
gem 'rubocop-minitest', '0.35.0'
gem 'rubocop-packaging', '0.5.2'
gem 'rubocop-performance', '1.21.0'
gem 'rubocop-performance', '1.21.1'
gem 'rubocop-rake', '0.6.0'

View file

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