Skip to content

Commit f2980af

Browse files
committed
Update Gemfile.lock
1 parent 1626fbf commit f2980af

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

Gemfile.lock

+34-13
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ GEM
2121
bigdecimal (3.1.8)
2222
builder (3.3.0)
2323
cgi (0.4.1)
24-
childprocess (5.0.0)
24+
childprocess (5.1.0)
25+
logger (~> 1.5)
2526
clamp (1.3.2)
2627
cucumber (9.2.0)
2728
builder (~> 3.2)
@@ -36,26 +37,37 @@ GEM
3637
multi_test (~> 1.1)
3738
sys-uname (~> 1.2)
3839
cucumber-ci-environment (10.0.1)
39-
cucumber-core (13.0.2)
40+
cucumber-core (13.0.3)
4041
cucumber-gherkin (>= 27, < 28)
4142
cucumber-messages (>= 20, < 23)
4243
cucumber-tag-expressions (> 5, < 7)
4344
cucumber-cucumber-expressions (17.1.0)
4445
bigdecimal
4546
cucumber-gherkin (27.0.0)
4647
cucumber-messages (>= 19.1.4, < 23)
47-
cucumber-html-formatter (21.3.1)
48-
cucumber-messages (> 19, < 25)
48+
cucumber-html-formatter (21.7.0)
49+
cucumber-messages (> 19, < 27)
4950
cucumber-messages (22.0.0)
50-
cucumber-tag-expressions (6.1.0)
51+
cucumber-tag-expressions (6.1.1)
5152
diff-lcs (1.5.1)
52-
docile (1.4.0)
53+
docile (1.4.1)
5354
erb (4.0.4)
5455
cgi (>= 0.3.3)
55-
ffi (1.16.3)
56+
ffi (1.17.0)
57+
ffi (1.17.0-aarch64-linux-gnu)
58+
ffi (1.17.0-aarch64-linux-musl)
59+
ffi (1.17.0-arm-linux-gnu)
60+
ffi (1.17.0-arm-linux-musl)
61+
ffi (1.17.0-arm64-darwin)
62+
ffi (1.17.0-x86-linux-gnu)
63+
ffi (1.17.0-x86-linux-musl)
64+
ffi (1.17.0-x86_64-darwin)
65+
ffi (1.17.0-x86_64-linux-gnu)
66+
ffi (1.17.0-x86_64-linux-musl)
5667
json (2.9.1)
5768
json_pure (2.8.1)
5869
language_server-protocol (3.17.0.3)
70+
logger (1.6.4)
5971
mini_mime (1.1.5)
6072
multi_test (1.1.0)
6173
open4 (1.3.4)
@@ -72,15 +84,15 @@ GEM
7284
rspec-core (~> 3.13.0)
7385
rspec-expectations (~> 3.13.0)
7486
rspec-mocks (~> 3.13.0)
75-
rspec-core (3.13.0)
87+
rspec-core (3.13.2)
7688
rspec-support (~> 3.13.0)
77-
rspec-expectations (3.13.0)
89+
rspec-expectations (3.13.3)
7890
diff-lcs (>= 1.2.0, < 2.0)
7991
rspec-support (~> 3.13.0)
80-
rspec-mocks (3.13.1)
92+
rspec-mocks (3.13.2)
8193
diff-lcs (>= 1.2.0, < 2.0)
8294
rspec-support (~> 3.13.0)
83-
rspec-support (3.13.1)
95+
rspec-support (3.13.2)
8496
rubocop (1.69.2)
8597
json (~> 2.3)
8698
language_server-protocol (>= 3.17.0)
@@ -99,18 +111,27 @@ GEM
99111
docile (~> 1.1)
100112
simplecov-html (~> 0.11)
101113
simplecov_json_formatter (~> 0.1)
102-
simplecov-html (0.12.3)
114+
simplecov-html (0.13.1)
103115
simplecov_json_formatter (0.1.4)
104-
sys-uname (1.3.0)
116+
sys-uname (1.3.1)
105117
ffi (~> 1.1)
106118
text (1.3.1)
107119
unicode-display_width (3.1.2)
108120
unicode-emoji (~> 4.0, >= 4.0.4)
109121
unicode-emoji (4.0.4)
110122

111123
PLATFORMS
124+
aarch64-linux-gnu
125+
aarch64-linux-musl
126+
arm-linux-gnu
127+
arm-linux-musl
128+
arm64-darwin
112129
ruby
130+
x86-linux-gnu
131+
x86-linux-musl
132+
x86_64-darwin
113133
x86_64-linux-gnu
134+
x86_64-linux-musl
114135

115136
DEPENDENCIES
116137
aruba (~> 0.6.2)

0 commit comments

Comments
 (0)