Skip to content

Commit 91012b5

Browse files
committed
Upgrade test semver dependencies
1 parent 86c787e commit 91012b5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

tests/Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.2.0)
77
capybara (3.40.0)
88
addressable
@@ -21,36 +21,38 @@ GEM
2121
launchy (3.0.1)
2222
addressable (~> 2.8)
2323
childprocess (~> 5.0)
24+
logger (1.6.0)
2425
matrix (0.4.2)
2526
mini_mime (1.1.5)
2627
mini_portile2 (2.8.7)
27-
nokogiri (1.16.5)
28+
nokogiri (1.16.6)
2829
mini_portile2 (~> 2.8.2)
2930
racc (~> 1.4)
30-
public_suffix (5.0.5)
31+
public_suffix (6.0.0)
3132
racc (1.8.0)
32-
rack (3.0.11)
33+
rack (3.1.4)
3334
rack-test (2.1.0)
3435
rack (>= 1.3)
3536
regexp_parser (2.9.2)
36-
rexml (3.2.8)
37-
strscan (>= 3.0.9)
37+
rexml (3.3.1)
38+
strscan
3839
rspec (3.13.0)
3940
rspec-core (~> 3.13.0)
4041
rspec-expectations (~> 3.13.0)
4142
rspec-mocks (~> 3.13.0)
4243
rspec-core (3.13.0)
4344
rspec-support (~> 3.13.0)
44-
rspec-expectations (3.13.0)
45+
rspec-expectations (3.13.1)
4546
diff-lcs (>= 1.2.0, < 2.0)
4647
rspec-support (~> 3.13.0)
4748
rspec-mocks (3.13.1)
4849
diff-lcs (>= 1.2.0, < 2.0)
4950
rspec-support (~> 3.13.0)
5051
rspec-support (3.13.1)
5152
rubyzip (2.3.2)
52-
selenium-webdriver (4.21.1)
53+
selenium-webdriver (4.22.0)
5354
base64 (~> 0.2)
55+
logger (~> 1.4)
5456
rexml (~> 3.2, >= 3.2.5)
5557
rubyzip (>= 1.2.2, < 3.0)
5658
websocket (~> 1.0)

0 commit comments

Comments
 (0)