Skip to content

Commit 84b95fe

Browse files
committed
Update Ruby semver-compatible dependencies
1 parent ca69954 commit 84b95fe

1 file changed

Lines changed: 27 additions & 29 deletions

File tree

integration-tests/Gemfile.lock

Lines changed: 27 additions & 29 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.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
66
ast (2.4.3)
77
base64 (0.3.0)
88
capybara (3.40.0)
@@ -15,86 +15,84 @@ GEM
1515
regexp_parser (>= 1.5, < 3.0)
1616
xpath (~> 3.2)
1717
diff-lcs (1.6.2)
18-
json (2.13.2)
18+
json (2.18.1)
1919
language_server-protocol (3.17.0.5)
2020
lint_roller (1.1.0)
2121
logger (1.7.0)
2222
matrix (0.4.3)
2323
mini_mime (1.1.5)
2424
mini_portile2 (2.8.9)
25-
nokogiri (1.18.10)
25+
nokogiri (1.19.1)
2626
mini_portile2 (~> 2.8.2)
2727
racc (~> 1.4)
28-
nokogiri (1.18.10-aarch64-linux-gnu)
28+
nokogiri (1.19.1-aarch64-linux-gnu)
2929
racc (~> 1.4)
30-
nokogiri (1.18.10-arm-linux-gnu)
30+
nokogiri (1.19.1-arm-linux-gnu)
3131
racc (~> 1.4)
32-
nokogiri (1.18.10-arm64-darwin)
32+
nokogiri (1.19.1-arm64-darwin)
3333
racc (~> 1.4)
34-
nokogiri (1.18.10-x86_64-darwin)
34+
nokogiri (1.19.1-x86_64-darwin)
3535
racc (~> 1.4)
36-
nokogiri (1.18.10-x86_64-linux-gnu)
36+
nokogiri (1.19.1-x86_64-linux-gnu)
3737
racc (~> 1.4)
3838
parallel (1.27.0)
39-
parser (3.3.9.0)
39+
parser (3.3.10.2)
4040
ast (~> 2.4.1)
4141
racc
42-
prism (1.4.0)
43-
public_suffix (6.0.2)
42+
prism (1.9.0)
43+
public_suffix (7.0.2)
4444
racc (1.8.1)
45-
rack (3.2.3)
45+
rack (3.2.5)
4646
rack-test (2.2.0)
4747
rack (>= 1.3)
4848
rainbow (3.1.1)
4949
regexp_parser (2.11.3)
5050
rexml (3.4.4)
51-
rspec (3.13.1)
51+
rspec (3.13.2)
5252
rspec-core (~> 3.13.0)
5353
rspec-expectations (~> 3.13.0)
5454
rspec-mocks (~> 3.13.0)
55-
rspec-core (3.13.5)
55+
rspec-core (3.13.6)
5656
rspec-support (~> 3.13.0)
5757
rspec-expectations (3.13.5)
5858
diff-lcs (>= 1.2.0, < 2.0)
5959
rspec-support (~> 3.13.0)
60-
rspec-mocks (3.13.5)
60+
rspec-mocks (3.13.7)
6161
diff-lcs (>= 1.2.0, < 2.0)
6262
rspec-support (~> 3.13.0)
63-
rspec-support (3.13.6)
64-
rubocop (1.81.1)
63+
rspec-support (3.13.7)
64+
rubocop (1.84.2)
6565
json (~> 2.3)
6666
language_server-protocol (~> 3.17.0.2)
6767
lint_roller (~> 1.1.0)
6868
parallel (~> 1.10)
6969
parser (>= 3.3.0.2)
7070
rainbow (>= 2.2.2, < 4.0)
7171
regexp_parser (>= 2.9.3, < 3.0)
72-
rubocop-ast (>= 1.47.1, < 2.0)
72+
rubocop-ast (>= 1.49.0, < 2.0)
7373
ruby-progressbar (~> 1.7)
7474
unicode-display_width (>= 2.4.0, < 4.0)
75-
rubocop-ast (1.47.1)
75+
rubocop-ast (1.49.0)
7676
parser (>= 3.3.7.2)
77-
prism (~> 1.4)
77+
prism (~> 1.7)
7878
rubocop-capybara (2.22.1)
7979
lint_roller (~> 1.1)
8080
rubocop (~> 1.72, >= 1.72.1)
81-
rubocop-rspec (3.7.0)
81+
rubocop-rspec (3.9.0)
8282
lint_roller (~> 1.1)
83-
rubocop (~> 1.72, >= 1.72.1)
83+
rubocop (~> 1.81)
8484
ruby-progressbar (1.13.0)
85-
rubyzip (3.1.1)
86-
selenium-webdriver (4.36.0)
85+
rubyzip (3.2.2)
86+
selenium-webdriver (4.40.0)
8787
base64 (~> 0.2)
88-
json (<= 2.13.2)
8988
logger (~> 1.4)
90-
prism (~> 1.0, < 1.5)
9189
rexml (~> 3.2, >= 3.2.5)
9290
rubyzip (>= 1.2.2, < 4.0)
9391
websocket (~> 1.0)
9492
unicode-display_width (3.2.0)
9593
unicode-emoji (~> 4.1)
96-
unicode-emoji (4.1.0)
97-
webrick (1.9.1)
94+
unicode-emoji (4.2.0)
95+
webrick (1.9.2)
9896
websocket (1.2.11)
9997
xpath (3.2.0)
10098
nokogiri (~> 1.8)

0 commit comments

Comments
 (0)