Skip to content

Commit bb49220

Browse files
committed
Bump rspec-abq to 1.2.1
1 parent bf1d5a0 commit bb49220

8 files changed

Lines changed: 233 additions & 196 deletions

Gemfile.lock

Lines changed: 72 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
rspec-abq (1.2.0)
12+
rspec-abq (1.2.1)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
20-
ast (2.4.2)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
20+
ast (2.4.3)
2121
awesome_print (1.9.2)
2222
capybara (3.40.0)
2323
addressable
@@ -33,92 +33,97 @@ GEM
3333
capybara-screenshot (1.0.26)
3434
capybara (>= 1.0, < 4)
3535
launchy
36+
childprocess (5.1.0)
37+
logger (~> 1.5)
3638
coderay (1.1.3)
37-
diff-lcs (1.5.1)
38-
docile (1.4.0)
39-
gem-release (2.2.2)
40-
json (2.7.1)
41-
language_server-protocol (3.17.0.3)
42-
launchy (2.5.2)
39+
diff-lcs (1.6.2)
40+
docile (1.4.1)
41+
gem-release (2.2.4)
42+
json (2.12.0)
43+
language_server-protocol (3.17.0.5)
44+
launchy (3.1.1)
4345
addressable (~> 2.8)
46+
childprocess (~> 5.0)
47+
logger (~> 1.6)
4448
lint_roller (1.1.0)
49+
logger (1.7.0)
4550
matrix (0.4.2)
46-
method_source (1.0.0)
51+
method_source (1.1.0)
4752
mini_mime (1.1.5)
48-
nio4r (2.7.0)
49-
nokogiri (1.16.2-arm64-darwin)
53+
nio4r (2.7.4)
54+
nokogiri (1.18.8-arm64-darwin)
5055
racc (~> 1.4)
51-
nokogiri (1.16.2-x86_64-darwin)
56+
nokogiri (1.18.8-x86_64-darwin)
5257
racc (~> 1.4)
53-
nokogiri (1.16.2-x86_64-linux)
58+
nokogiri (1.18.8-x86_64-linux-gnu)
5459
racc (~> 1.4)
55-
parallel (1.24.0)
56-
parser (3.3.0.5)
60+
parallel (1.27.0)
61+
parser (3.3.8.0)
5762
ast (~> 2.4.1)
5863
racc
59-
prism (0.24.0)
64+
prism (1.4.0)
6065
pry (0.14.2)
6166
coderay (~> 1.1)
6267
method_source (~> 1.0)
63-
public_suffix (5.0.4)
64-
puma (6.4.2)
68+
public_suffix (6.0.2)
69+
puma (6.6.0)
6570
nio4r (~> 2.0)
66-
racc (1.7.3)
67-
rack (2.2.8.1)
68-
rack-test (2.1.0)
71+
racc (1.8.1)
72+
rack (2.2.14)
73+
rack-test (2.2.0)
6974
rack (>= 1.3)
7075
rainbow (3.1.1)
71-
rake (13.1.0)
72-
regexp_parser (2.9.0)
73-
rexml (3.2.6)
76+
rake (13.2.1)
77+
rbs (3.9.3)
78+
logger
79+
regexp_parser (2.10.0)
80+
rexml (3.4.1)
7481
rspec (3.13.0)
7582
rspec-core (~> 3.13.0)
7683
rspec-expectations (~> 3.13.0)
7784
rspec-mocks (~> 3.13.0)
78-
rspec-core (3.13.0)
85+
rspec-core (3.13.3)
7986
rspec-support (~> 3.13.0)
80-
rspec-expectations (3.13.0)
87+
rspec-expectations (3.13.4)
8188
diff-lcs (>= 1.2.0, < 2.0)
8289
rspec-support (~> 3.13.0)
83-
rspec-mocks (3.13.0)
90+
rspec-mocks (3.13.4)
8491
diff-lcs (>= 1.2.0, < 2.0)
8592
rspec-support (~> 3.13.0)
8693
rspec-retry (0.6.2)
8794
rspec-core (> 3.3)
88-
rspec-support (3.13.1)
89-
rubocop (1.61.0)
95+
rspec-support (3.13.3)
96+
rubocop (1.75.5)
9097
json (~> 2.3)
91-
language_server-protocol (>= 3.17.0)
98+
language_server-protocol (~> 3.17.0.2)
99+
lint_roller (~> 1.1.0)
92100
parallel (~> 1.10)
93101
parser (>= 3.3.0.2)
94102
rainbow (>= 2.2.2, < 4.0)
95-
regexp_parser (>= 1.8, < 3.0)
96-
rexml (>= 3.2.5, < 4.0)
97-
rubocop-ast (>= 1.30.0, < 2.0)
103+
regexp_parser (>= 2.9.3, < 3.0)
104+
rubocop-ast (>= 1.44.0, < 2.0)
98105
ruby-progressbar (~> 1.7)
99-
unicode-display_width (>= 2.4.0, < 3.0)
100-
rubocop-ast (1.31.0)
101-
parser (>= 3.3.0.4)
102-
prism (>= 0.24.0)
103-
rubocop-capybara (2.20.0)
104-
rubocop (~> 1.41)
105-
rubocop-factory_bot (2.25.1)
106-
rubocop (~> 1.41)
107-
rubocop-performance (1.20.2)
108-
rubocop (>= 1.48.1, < 2.0)
109-
rubocop-ast (>= 1.30.0, < 2.0)
110-
rubocop-rake (0.6.0)
111-
rubocop (~> 1.0)
112-
rubocop-rspec (2.27.0)
113-
rubocop (~> 1.40)
114-
rubocop-capybara (~> 2.17)
115-
rubocop-factory_bot (~> 2.22)
116-
ruby-lsp (0.14.3)
106+
unicode-display_width (>= 2.4.0, < 4.0)
107+
rubocop-ast (1.44.1)
108+
parser (>= 3.3.7.2)
109+
prism (~> 1.4)
110+
rubocop-performance (1.25.0)
111+
lint_roller (~> 1.1)
112+
rubocop (>= 1.75.0, < 2.0)
113+
rubocop-ast (>= 1.38.0, < 2.0)
114+
rubocop-rake (0.7.1)
115+
lint_roller (~> 1.1)
116+
rubocop (>= 1.72.1)
117+
rubocop-rspec (3.6.0)
118+
lint_roller (~> 1.1)
119+
rubocop (~> 1.72, >= 1.72.1)
120+
ruby-lsp (0.23.19)
117121
language_server-protocol (~> 3.17.0)
118-
prism (>= 0.22.0, < 0.25)
122+
prism (>= 1.2, < 2.0)
123+
rbs (>= 3, < 4)
119124
sorbet-runtime (>= 0.5.10782)
120125
ruby-progressbar (1.13.0)
121-
rubyzip (2.3.2)
126+
rubyzip (2.4.1)
122127
selenium-webdriver (4.10.0)
123128
rexml (~> 3.2, >= 3.2.5)
124129
rubyzip (>= 1.2.2, < 3.0)
@@ -127,30 +132,32 @@ GEM
127132
docile (~> 1.1)
128133
simplecov-html (~> 0.11)
129134
simplecov_json_formatter (~> 0.1)
130-
simplecov-html (0.12.3)
135+
simplecov-html (0.13.1)
131136
simplecov_json_formatter (0.1.4)
132-
sorbet-runtime (0.5.11279)
133-
standard (1.34.0)
137+
sorbet-runtime (0.5.12087)
138+
standard (1.49.0)
134139
language_server-protocol (~> 3.17.0.2)
135140
lint_roller (~> 1.0)
136-
rubocop (~> 1.60)
141+
rubocop (~> 1.75.2)
137142
standard-custom (~> 1.0.0)
138-
standard-performance (~> 1.3)
143+
standard-performance (~> 1.8)
139144
standard-custom (1.0.2)
140145
lint_roller (~> 1.0)
141146
rubocop (~> 1.50)
142-
standard-performance (1.3.1)
147+
standard-performance (1.8.0)
143148
lint_roller (~> 1.1)
144-
rubocop-performance (~> 1.20.2)
145-
unicode-display_width (2.5.0)
149+
rubocop-performance (~> 1.25.0)
150+
unicode-display_width (3.1.4)
151+
unicode-emoji (~> 4.0, >= 4.0.4)
152+
unicode-emoji (4.0.4)
146153
webdrivers (5.3.1)
147154
nokogiri (~> 1.6)
148155
rubyzip (>= 1.3.0)
149156
selenium-webdriver (~> 4.0, < 4.11)
150-
websocket (1.2.10)
157+
websocket (1.2.11)
151158
xpath (3.2.0)
152159
nokogiri (~> 1.8)
153-
yard (0.9.36)
160+
yard (0.9.37)
154161

155162
PLATFORMS
156163
arm64-darwin-21

gemfiles/rspec-3.10.gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.0)
12+
rspec-abq (1.2.1)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
2020
awesome_print (1.9.2)
2121
capybara (3.40.0)
2222
addressable
@@ -32,33 +32,38 @@ GEM
3232
capybara-screenshot (1.0.26)
3333
capybara (>= 1.0, < 4)
3434
launchy
35+
childprocess (5.1.0)
36+
logger (~> 1.5)
3537
coderay (1.1.3)
36-
diff-lcs (1.5.1)
37-
docile (1.4.0)
38-
launchy (2.5.2)
38+
diff-lcs (1.6.2)
39+
docile (1.4.1)
40+
launchy (3.1.1)
3941
addressable (~> 2.8)
42+
childprocess (~> 5.0)
43+
logger (~> 1.6)
44+
logger (1.7.0)
4045
matrix (0.4.2)
41-
method_source (1.0.0)
46+
method_source (1.1.0)
4247
mini_mime (1.1.5)
43-
nio4r (2.7.0)
44-
nokogiri (1.16.2-arm64-darwin)
48+
nio4r (2.7.4)
49+
nokogiri (1.18.8-arm64-darwin)
4550
racc (~> 1.4)
46-
nokogiri (1.16.2-x86_64-darwin)
51+
nokogiri (1.18.8-x86_64-darwin)
4752
racc (~> 1.4)
48-
nokogiri (1.16.2-x86_64-linux)
53+
nokogiri (1.18.8-x86_64-linux-gnu)
4954
racc (~> 1.4)
5055
pry (0.14.2)
5156
coderay (~> 1.1)
5257
method_source (~> 1.0)
53-
public_suffix (5.0.4)
54-
puma (6.4.2)
58+
public_suffix (6.0.2)
59+
puma (6.6.0)
5560
nio4r (~> 2.0)
56-
racc (1.7.3)
57-
rack (2.2.8.1)
58-
rack-test (2.1.0)
61+
racc (1.8.1)
62+
rack (2.2.14)
63+
rack-test (2.2.0)
5964
rack (>= 1.3)
60-
regexp_parser (2.9.0)
61-
rexml (3.2.6)
65+
regexp_parser (2.10.0)
66+
rexml (3.4.1)
6267
rspec (3.10.0)
6368
rspec-core (~> 3.10.0)
6469
rspec-expectations (~> 3.10.0)
@@ -74,7 +79,7 @@ GEM
7479
rspec-retry (0.6.2)
7580
rspec-core (> 3.3)
7681
rspec-support (3.10.3)
77-
rubyzip (2.3.2)
82+
rubyzip (2.4.1)
7883
selenium-webdriver (4.10.0)
7984
rexml (~> 3.2, >= 3.2.5)
8085
rubyzip (>= 1.2.2, < 3.0)
@@ -83,13 +88,13 @@ GEM
8388
docile (~> 1.1)
8489
simplecov-html (~> 0.11)
8590
simplecov_json_formatter (~> 0.1)
86-
simplecov-html (0.12.3)
91+
simplecov-html (0.13.1)
8792
simplecov_json_formatter (0.1.4)
8893
webdrivers (5.3.1)
8994
nokogiri (~> 1.6)
9095
rubyzip (>= 1.3.0)
9196
selenium-webdriver (~> 4.0, < 4.11)
92-
websocket (1.2.10)
97+
websocket (1.2.11)
9398
xpath (3.2.0)
9499
nokogiri (~> 1.8)
95100

0 commit comments

Comments
 (0)