Skip to content

Commit a3fcca4

Browse files
committed
Upgrade test semver dependencies
1 parent 4ae8a17 commit a3fcca4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

tests/Gemfile.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GEM
1919
childprocess (5.1.0)
2020
logger (~> 1.5)
2121
diff-lcs (1.6.2)
22+
json (2.13.2)
2223
launchy (3.1.1)
2324
addressable (~> 2.8)
2425
childprocess (~> 5.0)
@@ -27,16 +28,17 @@ GEM
2728
matrix (0.4.3)
2829
mini_mime (1.1.5)
2930
mini_portile2 (2.8.9)
30-
nokogiri (1.18.9)
31+
nokogiri (1.18.10)
3132
mini_portile2 (~> 2.8.2)
3233
racc (~> 1.4)
34+
prism (1.4.0)
3335
public_suffix (6.0.2)
3436
racc (1.8.1)
35-
rack (3.2.1)
37+
rack (3.2.3)
3638
rack-test (2.2.0)
3739
rack (>= 1.3)
38-
regexp_parser (2.11.2)
39-
rexml (3.4.2)
40+
regexp_parser (2.11.3)
41+
rexml (3.4.4)
4042
rspec (3.13.1)
4143
rspec-core (~> 3.13.0)
4244
rspec-expectations (~> 3.13.0)
@@ -49,11 +51,13 @@ GEM
4951
rspec-mocks (3.13.5)
5052
diff-lcs (>= 1.2.0, < 2.0)
5153
rspec-support (~> 3.13.0)
52-
rspec-support (3.13.5)
53-
rubyzip (3.0.2)
54-
selenium-webdriver (4.35.0)
54+
rspec-support (3.13.6)
55+
rubyzip (3.1.1)
56+
selenium-webdriver (4.36.0)
5557
base64 (~> 0.2)
58+
json (<= 2.13.2)
5659
logger (~> 1.4)
60+
prism (~> 1.0, < 1.5)
5761
rexml (~> 3.2, >= 3.2.5)
5862
rubyzip (>= 1.2.2, < 4.0)
5963
websocket (~> 1.0)

0 commit comments

Comments
 (0)