Skip to content

Commit 7bb0b28

Browse files
committed
Bump Ruby to 3.4.2
1 parent a068a0c commit 7bb0b28

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

Gemfile.lock

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ GEM
1313
bigdecimal (3.1.9)
1414
byebug (11.1.3)
1515
coderay (1.1.3)
16-
diff-lcs (1.5.1)
16+
diff-lcs (1.6.0)
1717
docile (1.4.1)
1818
ffi (1.17.1-x86_64-linux-gnu)
19-
foobara (0.0.47)
19+
foobara (0.0.60)
2020
bigdecimal
2121
foobara-util
2222
foobara-files-generator (0.0.5)
2323
foobara
24-
foobara-rubocop-rules (0.0.5)
24+
foobara-rubocop-rules (0.0.7)
2525
rubocop
2626
rubocop-rspec
2727
foobara-spec-helpers (0.0.4)
2828
foobara-util
29-
foobara-typescript-remote-command-generator (0.0.7)
29+
foobara-typescript-remote-command-generator (0.0.8)
3030
foobara
3131
foobara-files-generator
32-
foobara-util (0.0.8)
32+
foobara-util (0.0.11)
3333
formatador (1.1.0)
3434
guard (2.19.1)
3535
formatador (>= 0.2.4)
@@ -47,12 +47,13 @@ GEM
4747
guard (~> 2.1)
4848
guard-compat (~> 1.1)
4949
rspec (>= 2.99.0, < 4.0)
50-
json (2.9.1)
51-
language_server-protocol (3.17.0.3)
50+
json (2.10.1)
51+
language_server-protocol (3.17.0.4)
52+
lint_roller (1.1.0)
5253
listen (3.9.0)
5354
rb-fsevent (~> 0.10, >= 0.10.3)
5455
rb-inotify (~> 0.9, >= 0.9.10)
55-
logger (1.6.4)
56+
logger (1.6.6)
5657
lumberjack (1.2.10)
5758
method_source (1.1.0)
5859
nenv (0.3.0)
@@ -61,7 +62,7 @@ GEM
6162
shellany (~> 0.0)
6263
ostruct (0.6.1)
6364
parallel (1.26.3)
64-
parser (3.3.6.0)
65+
parser (3.3.7.1)
6566
ast (~> 2.4.1)
6667
racc
6768
pry (0.14.2)
@@ -81,7 +82,7 @@ GEM
8182
rspec-core (~> 3.13.0)
8283
rspec-expectations (~> 3.13.0)
8384
rspec-mocks (~> 3.13.0)
84-
rspec-core (3.13.2)
85+
rspec-core (3.13.3)
8586
rspec-support (~> 3.13.0)
8687
rspec-expectations (3.13.3)
8788
diff-lcs (>= 1.2.0, < 2.0)
@@ -93,22 +94,25 @@ GEM
9394
diff-lcs (>= 1.2.0, < 2.0)
9495
rspec-support (~> 3.13.0)
9596
rspec-support (3.13.2)
96-
rubocop (1.69.2)
97+
rubocop (1.72.2)
9798
json (~> 2.3)
98-
language_server-protocol (>= 3.17.0)
99+
language_server-protocol (~> 3.17.0.2)
100+
lint_roller (~> 1.1.0)
99101
parallel (~> 1.10)
100102
parser (>= 3.3.0.2)
101103
rainbow (>= 2.2.2, < 4.0)
102104
regexp_parser (>= 2.9.3, < 3.0)
103-
rubocop-ast (>= 1.36.2, < 2.0)
105+
rubocop-ast (>= 1.38.0, < 2.0)
104106
ruby-progressbar (~> 1.7)
105107
unicode-display_width (>= 2.4.0, < 4.0)
106-
rubocop-ast (1.37.0)
108+
rubocop-ast (1.38.0)
107109
parser (>= 3.3.1.0)
108-
rubocop-rake (0.6.0)
109-
rubocop (~> 1.0)
110-
rubocop-rspec (3.3.0)
111-
rubocop (~> 1.61)
110+
rubocop-rake (0.7.1)
111+
lint_roller (~> 1.1)
112+
rubocop (>= 1.72.1)
113+
rubocop-rspec (3.5.0)
114+
lint_roller (~> 1.1)
115+
rubocop (~> 1.72, >= 1.72.1)
112116
ruby-progressbar (1.13.0)
113117
shellany (0.0.1)
114118
simplecov (0.22.0)
@@ -118,7 +122,7 @@ GEM
118122
simplecov-html (0.13.1)
119123
simplecov_json_formatter (0.1.4)
120124
thor (1.3.2)
121-
unicode-display_width (3.1.3)
125+
unicode-display_width (3.1.4)
122126
unicode-emoji (~> 4.0, >= 4.0.4)
123127
unicode-emoji (4.0.4)
124128

0 commit comments

Comments
 (0)