Skip to content

Commit d0768b6

Browse files
committed
Security Upgrade: CVE-2024-41946
1 parent 64bb2a0 commit d0768b6

File tree

1 file changed

+45
-38
lines changed

1 file changed

+45
-38
lines changed

Gemfile.lock

+45-38
Original file line numberDiff line numberDiff line change
@@ -9,62 +9,69 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.2)
12-
bundler-audit (0.9.1)
12+
bundler-audit (0.9.2)
1313
bundler (>= 1.2.0, < 3)
1414
thor (~> 1.0)
15-
childprocess (4.1.0)
16-
diff-lcs (1.5.0)
17-
docile (1.4.0)
15+
childprocess (5.1.0)
16+
logger (~> 1.5)
17+
diff-lcs (1.5.1)
18+
docile (1.4.1)
1819
iniparse (1.5.0)
19-
overcommit (0.61.0)
20-
childprocess (>= 0.6.3, < 5)
20+
json (2.7.2)
21+
language_server-protocol (3.17.0.3)
22+
logger (1.6.1)
23+
overcommit (0.64.0)
24+
childprocess (>= 0.6.3, < 6)
2125
iniparse (~> 1.4)
2226
rexml (~> 3.2)
23-
parallel (1.22.1)
24-
parser (3.1.2.0)
27+
parallel (1.26.3)
28+
parser (3.3.5.0)
2529
ast (~> 2.4.1)
30+
racc
31+
racc (1.8.1)
2632
rainbow (3.1.1)
27-
rake (13.1.0)
28-
regexp_parser (2.4.0)
29-
rexml (3.2.6)
30-
rspec (3.12.0)
31-
rspec-core (~> 3.12.0)
32-
rspec-expectations (~> 3.12.0)
33-
rspec-mocks (~> 3.12.0)
34-
rspec-core (3.12.2)
35-
rspec-support (~> 3.12.0)
36-
rspec-expectations (3.12.3)
33+
rake (13.2.1)
34+
regexp_parser (2.9.2)
35+
rexml (3.3.7)
36+
rspec (3.13.0)
37+
rspec-core (~> 3.13.0)
38+
rspec-expectations (~> 3.13.0)
39+
rspec-mocks (~> 3.13.0)
40+
rspec-core (3.13.1)
41+
rspec-support (~> 3.13.0)
42+
rspec-expectations (3.13.3)
3743
diff-lcs (>= 1.2.0, < 2.0)
38-
rspec-support (~> 3.12.0)
39-
rspec-mocks (3.12.6)
44+
rspec-support (~> 3.13.0)
45+
rspec-mocks (3.13.1)
4046
diff-lcs (>= 1.2.0, < 2.0)
41-
rspec-support (~> 3.12.0)
42-
rspec-support (3.12.1)
43-
rubocop (1.30.0)
47+
rspec-support (~> 3.13.0)
48+
rspec-support (3.13.1)
49+
rubocop (1.66.1)
50+
json (~> 2.3)
51+
language_server-protocol (>= 3.17.0)
4452
parallel (~> 1.10)
45-
parser (>= 3.1.0.0)
53+
parser (>= 3.3.0.2)
4654
rainbow (>= 2.2.2, < 4.0)
47-
regexp_parser (>= 1.8, < 3.0)
48-
rexml (>= 3.2.5, < 4.0)
49-
rubocop-ast (>= 1.18.0, < 2.0)
55+
regexp_parser (>= 2.4, < 3.0)
56+
rubocop-ast (>= 1.32.2, < 2.0)
5057
ruby-progressbar (~> 1.7)
51-
unicode-display_width (>= 1.4.0, < 3.0)
52-
rubocop-ast (1.18.0)
53-
parser (>= 3.1.1.0)
58+
unicode-display_width (>= 2.4.0, < 3.0)
59+
rubocop-ast (1.32.3)
60+
parser (>= 3.3.1.0)
5461
rubocop-rake (0.6.0)
5562
rubocop (~> 1.0)
56-
rubocop-rspec (2.11.1)
57-
rubocop (~> 1.19)
58-
ruby-progressbar (1.11.0)
63+
rubocop-rspec (3.0.5)
64+
rubocop (~> 1.61)
65+
ruby-progressbar (1.13.0)
5966
simplecov (0.22.0)
6067
docile (~> 1.1)
6168
simplecov-html (~> 0.11)
6269
simplecov_json_formatter (~> 0.1)
63-
simplecov-html (0.12.3)
70+
simplecov-html (0.13.1)
6471
simplecov_json_formatter (0.1.4)
65-
thor (1.2.2)
66-
unicode-display_width (2.1.0)
67-
zeitwerk (2.6.12)
72+
thor (1.3.2)
73+
unicode-display_width (2.5.0)
74+
zeitwerk (2.6.18)
6875

6976
PLATFORMS
7077
arm64-darwin-23
@@ -85,4 +92,4 @@ DEPENDENCIES
8592
simplecov
8693

8794
BUNDLED WITH
88-
2.4.10
95+
2.5.11

0 commit comments

Comments
 (0)