Skip to content

Commit d421bd0

Browse files
committed
Updates to ruby@3.4
1 parent ad1c2df commit d421bd0

3 files changed

Lines changed: 55 additions & 42 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [macos-latest, ubuntu-latest]
20-
ruby-version: ['3.1', '3.2', '3.3']
20+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
2121

2222
runs-on: ${{ matrix.os }}
2323
env:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.3

Gemfile.lock

Lines changed: 53 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ansi (1.5.0)
10-
ast (2.4.2)
11-
benchmark (0.4.0)
10+
ast (2.4.3)
11+
benchmark (0.4.1)
1212
builder (3.3.0)
13-
byebug (11.1.3)
14-
docile (1.4.0)
15-
erubi (1.13.0)
16-
json (2.9.1)
17-
language_server-protocol (3.17.0.4)
13+
byebug (12.0.0)
14+
docile (1.4.1)
15+
erubi (1.13.1)
16+
json (2.13.2)
17+
language_server-protocol (3.17.0.5)
18+
lint_roller (1.1.0)
19+
logger (1.7.0)
1820
method_source (1.1.0)
19-
minitest (5.25.4)
21+
minitest (5.25.5)
2022
minitest-reporters (1.7.1)
2123
ansi
2224
builder
@@ -25,58 +27,69 @@ GEM
2527
mocha (2.7.1)
2628
ruby2_keywords (>= 0.0.5)
2729
netrc (0.11.0)
28-
parallel (1.26.3)
29-
parser (3.3.7.0)
30+
parallel (1.27.0)
31+
parser (3.3.9.0)
3032
ast (~> 2.4.1)
3133
racc
32-
prism (1.2.0)
34+
prism (1.4.0)
3335
racc (1.8.1)
3436
rainbow (3.1.1)
35-
rake (13.2.1)
36-
rbi (0.2.1)
37+
rake (13.3.0)
38+
rbi (0.3.6)
3739
prism (~> 1.0)
38-
sorbet-runtime (>= 0.5.9204)
40+
rbs (>= 3.4.4)
41+
rbs (3.9.4)
42+
logger
3943
regexp_parser (2.10.0)
40-
rubocop (1.71.0)
44+
rexml (3.4.1)
45+
rubocop (1.79.0)
4146
json (~> 2.3)
42-
language_server-protocol (>= 3.17.0)
47+
language_server-protocol (~> 3.17.0.2)
48+
lint_roller (~> 1.1.0)
4349
parallel (~> 1.10)
4450
parser (>= 3.3.0.2)
4551
rainbow (>= 2.2.2, < 4.0)
4652
regexp_parser (>= 2.9.3, < 3.0)
47-
rubocop-ast (>= 1.36.2, < 2.0)
53+
rubocop-ast (>= 1.46.0, < 2.0)
4854
ruby-progressbar (~> 1.7)
55+
tsort (>= 0.2.0)
4956
unicode-display_width (>= 2.4.0, < 4.0)
50-
rubocop-ast (1.37.0)
51-
parser (>= 3.3.1.0)
52-
rubocop-rake (0.6.0)
53-
rubocop (~> 1.0)
54-
rubocop-shopify (2.15.1)
55-
rubocop (~> 1.51)
56-
rubocop-sorbet (0.8.7)
57-
rubocop (>= 1)
57+
rubocop-ast (1.46.0)
58+
parser (>= 3.3.7.2)
59+
prism (~> 1.4)
60+
rubocop-rake (0.7.1)
61+
lint_roller (~> 1.1)
62+
rubocop (>= 1.72.1)
63+
rubocop-shopify (2.17.1)
64+
rubocop (~> 1.62)
65+
rubocop-sorbet (0.10.5)
66+
lint_roller
67+
rubocop (>= 1.75.2)
5868
ruby-progressbar (1.13.0)
5969
ruby2_keywords (0.0.5)
6070
simplecov (0.22.0)
6171
docile (~> 1.1)
6272
simplecov-html (~> 0.11)
6373
simplecov_json_formatter (~> 0.1)
64-
simplecov-html (0.12.3)
74+
simplecov-html (0.13.2)
6575
simplecov_json_formatter (0.1.4)
66-
sorbet (0.5.11781)
67-
sorbet-static (= 0.5.11781)
68-
sorbet-runtime (0.5.11781)
69-
sorbet-static (0.5.11781-universal-darwin)
70-
sorbet-static (0.5.11781-x86_64-linux)
71-
sorbet-static-and-runtime (0.5.11781)
72-
sorbet (= 0.5.11781)
73-
sorbet-runtime (= 0.5.11781)
74-
spoom (1.5.0)
76+
sorbet (0.5.12358)
77+
sorbet-static (= 0.5.12358)
78+
sorbet-runtime (0.5.12358)
79+
sorbet-static (0.5.12358-aarch64-linux)
80+
sorbet-static (0.5.12358-universal-darwin)
81+
sorbet-static (0.5.12358-x86_64-linux)
82+
sorbet-static-and-runtime (0.5.12358)
83+
sorbet (= 0.5.12358)
84+
sorbet-runtime (= 0.5.12358)
85+
spoom (1.6.3)
7586
erubi (>= 1.10.0)
7687
prism (>= 0.28.0)
88+
rbi (>= 0.3.3)
89+
rexml (>= 3.2.6)
7790
sorbet-static-and-runtime (>= 0.5.10187)
7891
thor (>= 0.19.2)
79-
tapioca (0.16.8)
92+
tapioca (0.16.11)
8093
benchmark
8194
bundler (>= 2.2.25)
8295
netrc (>= 0.11.0)
@@ -86,7 +99,8 @@ GEM
8699
spoom (>= 1.2.0)
87100
thor (>= 1.2.0)
88101
yard-sorbet
89-
thor (1.3.2)
102+
thor (1.4.0)
103+
tsort (0.2.0)
90104
unicode-display_width (3.1.4)
91105
unicode-emoji (~> 4.0, >= 4.0.4)
92106
unicode-emoji (4.0.4)
@@ -96,8 +110,7 @@ GEM
96110
yard
97111

98112
PLATFORMS
99-
arm64-darwin-21
100-
java
113+
aarch64-linux
101114
universal-darwin
102115
x86_64-linux
103116

@@ -119,4 +132,4 @@ DEPENDENCIES
119132
tapioca
120133

121134
BUNDLED WITH
122-
2.3.5
135+
2.6.7

0 commit comments

Comments
 (0)