Skip to content

Commit 5b3f43c

Browse files
committed
Upgrade test semver dependencies
1 parent 42690cd commit 5b3f43c

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

tests/Gemfile.lock

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
6-
capybara (3.37.1)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
capybara (3.38.0)
77
addressable
88
matrix
99
mini_mime (>= 0.1.3)
@@ -15,43 +15,41 @@ GEM
1515
capybara-screenshot (1.0.26)
1616
capybara (>= 1.0, < 4)
1717
launchy
18-
childprocess (4.1.0)
1918
diff-lcs (1.5.0)
20-
launchy (2.5.0)
21-
addressable (~> 2.7)
19+
launchy (2.5.2)
20+
addressable (~> 2.8)
2221
matrix (0.4.2)
2322
mini_mime (1.1.2)
24-
mini_portile2 (2.8.0)
25-
nokogiri (1.13.8)
23+
mini_portile2 (2.8.1)
24+
nokogiri (1.13.10)
2625
mini_portile2 (~> 2.8.0)
2726
racc (~> 1.4)
28-
public_suffix (4.0.7)
29-
racc (1.6.0)
30-
rack (2.2.4)
27+
public_suffix (5.0.1)
28+
racc (1.6.2)
29+
rack (3.0.3)
3130
rack-test (2.0.2)
3231
rack (>= 1.3)
33-
regexp_parser (2.5.0)
32+
regexp_parser (2.6.1)
3433
rexml (3.2.5)
35-
rspec (3.11.0)
36-
rspec-core (~> 3.11.0)
37-
rspec-expectations (~> 3.11.0)
38-
rspec-mocks (~> 3.11.0)
39-
rspec-core (3.11.0)
40-
rspec-support (~> 3.11.0)
41-
rspec-expectations (3.11.0)
34+
rspec (3.12.0)
35+
rspec-core (~> 3.12.0)
36+
rspec-expectations (~> 3.12.0)
37+
rspec-mocks (~> 3.12.0)
38+
rspec-core (3.12.0)
39+
rspec-support (~> 3.12.0)
40+
rspec-expectations (3.12.2)
4241
diff-lcs (>= 1.2.0, < 2.0)
43-
rspec-support (~> 3.11.0)
44-
rspec-mocks (3.11.1)
42+
rspec-support (~> 3.12.0)
43+
rspec-mocks (3.12.2)
4544
diff-lcs (>= 1.2.0, < 2.0)
46-
rspec-support (~> 3.11.0)
47-
rspec-support (3.11.0)
45+
rspec-support (~> 3.12.0)
46+
rspec-support (3.12.0)
4847
rubyzip (2.3.2)
49-
selenium-webdriver (4.4.0)
50-
childprocess (>= 0.5, < 5.0)
48+
selenium-webdriver (4.7.1)
5149
rexml (~> 3.2, >= 3.2.5)
5250
rubyzip (>= 1.2.2, < 3.0)
5351
websocket (~> 1.0)
54-
webdrivers (5.0.0)
52+
webdrivers (5.2.0)
5553
nokogiri (~> 1.6)
5654
rubyzip (>= 1.3.0)
5755
selenium-webdriver (~> 4.0)

0 commit comments

Comments
 (0)