Skip to content

Commit a4397db

Browse files
Update dependency rspec-rails to v8
1 parent 7080838 commit a4397db

File tree

2 files changed

+108
-106
lines changed

2 files changed

+108
-106
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
1010
gem "nokogiri", "~> 1.17"
1111
gem "pry", "~> 0.15.2"
1212
gem "rake", "~> 13.2"
13-
gem "rspec-rails", "~> 7.1"
13+
gem "rspec-rails", "~> 8.0"
1414
gem "sprockets-rails", "~> 3.5"
1515
gem "sqlite3", "~> 2.0"

Gemfile.lock

Lines changed: 107 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -7,88 +7,82 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activesupport (= 7.1.5.1)
10+
actioncable (8.0.2)
11+
actionpack (= 8.0.2)
12+
activesupport (= 8.0.2)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.5.1)
17-
actionpack (= 7.1.5.1)
18-
activejob (= 7.1.5.1)
19-
activerecord (= 7.1.5.1)
20-
activestorage (= 7.1.5.1)
21-
activesupport (= 7.1.5.1)
22-
mail (>= 2.7.1)
23-
net-imap
24-
net-pop
25-
net-smtp
26-
actionmailer (7.1.5.1)
27-
actionpack (= 7.1.5.1)
28-
actionview (= 7.1.5.1)
29-
activejob (= 7.1.5.1)
30-
activesupport (= 7.1.5.1)
31-
mail (~> 2.5, >= 2.5.4)
32-
net-imap
33-
net-pop
34-
net-smtp
16+
actionmailbox (8.0.2)
17+
actionpack (= 8.0.2)
18+
activejob (= 8.0.2)
19+
activerecord (= 8.0.2)
20+
activestorage (= 8.0.2)
21+
activesupport (= 8.0.2)
22+
mail (>= 2.8.0)
23+
actionmailer (8.0.2)
24+
actionpack (= 8.0.2)
25+
actionview (= 8.0.2)
26+
activejob (= 8.0.2)
27+
activesupport (= 8.0.2)
28+
mail (>= 2.8.0)
3529
rails-dom-testing (~> 2.2)
36-
actionpack (7.1.5.1)
37-
actionview (= 7.1.5.1)
38-
activesupport (= 7.1.5.1)
30+
actionpack (8.0.2)
31+
actionview (= 8.0.2)
32+
activesupport (= 8.0.2)
3933
nokogiri (>= 1.8.5)
40-
racc
4134
rack (>= 2.2.4)
4235
rack-session (>= 1.0.1)
4336
rack-test (>= 0.6.3)
4437
rails-dom-testing (~> 2.2)
4538
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.5.1)
47-
actionpack (= 7.1.5.1)
48-
activerecord (= 7.1.5.1)
49-
activestorage (= 7.1.5.1)
50-
activesupport (= 7.1.5.1)
39+
useragent (~> 0.16)
40+
actiontext (8.0.2)
41+
actionpack (= 8.0.2)
42+
activerecord (= 8.0.2)
43+
activestorage (= 8.0.2)
44+
activesupport (= 8.0.2)
5145
globalid (>= 0.6.0)
5246
nokogiri (>= 1.8.5)
53-
actionview (7.1.5.1)
54-
activesupport (= 7.1.5.1)
47+
actionview (8.0.2)
48+
activesupport (= 8.0.2)
5549
builder (~> 3.1)
5650
erubi (~> 1.11)
5751
rails-dom-testing (~> 2.2)
5852
rails-html-sanitizer (~> 1.6)
59-
activejob (7.1.5.1)
60-
activesupport (= 7.1.5.1)
53+
activejob (8.0.2)
54+
activesupport (= 8.0.2)
6155
globalid (>= 0.3.6)
62-
activemodel (7.1.5.1)
63-
activesupport (= 7.1.5.1)
64-
activerecord (7.1.5.1)
65-
activemodel (= 7.1.5.1)
66-
activesupport (= 7.1.5.1)
56+
activemodel (8.0.2)
57+
activesupport (= 8.0.2)
58+
activerecord (8.0.2)
59+
activemodel (= 8.0.2)
60+
activesupport (= 8.0.2)
6761
timeout (>= 0.4.0)
68-
activestorage (7.1.5.1)
69-
actionpack (= 7.1.5.1)
70-
activejob (= 7.1.5.1)
71-
activerecord (= 7.1.5.1)
72-
activesupport (= 7.1.5.1)
62+
activestorage (8.0.2)
63+
actionpack (= 8.0.2)
64+
activejob (= 8.0.2)
65+
activerecord (= 8.0.2)
66+
activesupport (= 8.0.2)
7367
marcel (~> 1.0)
74-
activesupport (7.1.5.1)
68+
activesupport (8.0.2)
7569
base64
7670
benchmark (>= 0.3)
7771
bigdecimal
78-
concurrent-ruby (~> 1.0, >= 1.0.2)
72+
concurrent-ruby (~> 1.0, >= 1.3.1)
7973
connection_pool (>= 2.2.5)
8074
drb
8175
i18n (>= 1.6, < 2)
8276
logger (>= 1.4.2)
8377
minitest (>= 5.1)
84-
mutex_m
8578
securerandom (>= 0.3)
86-
tzinfo (~> 2.0)
79+
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
8781
addressable (2.8.6)
8882
public_suffix (>= 2.0.2, < 6.0)
89-
base64 (0.2.0)
90-
benchmark (0.4.0)
91-
bigdecimal (3.1.8)
83+
base64 (0.3.0)
84+
benchmark (0.4.1)
85+
bigdecimal (3.2.2)
9286
builder (3.3.0)
9387
capybara (3.40.0)
9488
addressable
@@ -100,24 +94,26 @@ GEM
10094
regexp_parser (>= 1.5, < 3.0)
10195
xpath (~> 3.2)
10296
coderay (1.1.3)
103-
concurrent-ruby (1.3.4)
104-
connection_pool (2.4.1)
97+
concurrent-ruby (1.3.5)
98+
connection_pool (2.5.3)
10599
crass (1.0.6)
106100
date (3.4.1)
107-
diff-lcs (1.5.1)
108-
drb (2.2.1)
109-
erubi (1.13.0)
101+
diff-lcs (1.6.2)
102+
drb (2.2.3)
103+
erb (5.0.2)
104+
erubi (1.13.1)
110105
gem-release (2.2.4)
111106
globalid (1.2.1)
112107
activesupport (>= 6.1)
113-
i18n (1.14.6)
108+
i18n (1.14.7)
114109
concurrent-ruby (~> 1.0)
115-
io-console (0.8.0)
116-
irb (1.14.1)
110+
io-console (0.8.1)
111+
irb (1.15.2)
112+
pp (>= 0.6.0)
117113
rdoc (>= 4.0.0)
118114
reline (>= 0.4.2)
119-
logger (1.6.2)
120-
loofah (2.23.1)
115+
logger (1.7.0)
116+
loofah (2.24.1)
121117
crass (~> 1.0.2)
122118
nokogiri (>= 1.12.0)
123119
mail (2.8.1)
@@ -129,8 +125,7 @@ GEM
129125
matrix (0.4.2)
130126
method_source (1.1.0)
131127
mini_mime (1.1.5)
132-
minitest (5.25.4)
133-
mutex_m (0.3.0)
128+
minitest (5.25.5)
134129
net-imap (0.4.18)
135130
date
136131
net-protocol
@@ -141,78 +136,83 @@ GEM
141136
net-smtp (0.5.0)
142137
net-protocol
143138
nio4r (2.7.4)
144-
nokogiri (1.17.2-arm64-darwin)
139+
nokogiri (1.18.9-arm64-darwin)
145140
racc (~> 1.4)
146-
nokogiri (1.17.2-x86_64-linux)
141+
nokogiri (1.18.9-x86_64-linux-gnu)
147142
racc (~> 1.4)
143+
pp (0.6.2)
144+
prettyprint
145+
prettyprint (0.2.0)
148146
pry (0.15.2)
149147
coderay (~> 1.1)
150148
method_source (~> 1.0)
151-
psych (5.2.1)
149+
psych (5.2.6)
152150
date
153151
stringio
154152
public_suffix (5.0.4)
155153
racc (1.8.1)
156-
rack (3.1.8)
157-
rack-session (2.0.0)
154+
rack (3.2.0)
155+
rack-session (2.1.1)
156+
base64 (>= 0.1.0)
158157
rack (>= 3.0.0)
159-
rack-test (2.1.0)
158+
rack-test (2.2.0)
160159
rack (>= 1.3)
161160
rackup (2.2.1)
162161
rack (>= 3)
163-
rails (7.1.5.1)
164-
actioncable (= 7.1.5.1)
165-
actionmailbox (= 7.1.5.1)
166-
actionmailer (= 7.1.5.1)
167-
actionpack (= 7.1.5.1)
168-
actiontext (= 7.1.5.1)
169-
actionview (= 7.1.5.1)
170-
activejob (= 7.1.5.1)
171-
activemodel (= 7.1.5.1)
172-
activerecord (= 7.1.5.1)
173-
activestorage (= 7.1.5.1)
174-
activesupport (= 7.1.5.1)
162+
rails (8.0.2)
163+
actioncable (= 8.0.2)
164+
actionmailbox (= 8.0.2)
165+
actionmailer (= 8.0.2)
166+
actionpack (= 8.0.2)
167+
actiontext (= 8.0.2)
168+
actionview (= 8.0.2)
169+
activejob (= 8.0.2)
170+
activemodel (= 8.0.2)
171+
activerecord (= 8.0.2)
172+
activestorage (= 8.0.2)
173+
activesupport (= 8.0.2)
175174
bundler (>= 1.15.0)
176-
railties (= 7.1.5.1)
177-
rails-dom-testing (2.2.0)
175+
railties (= 8.0.2)
176+
rails-dom-testing (2.3.0)
178177
activesupport (>= 5.0.0)
179178
minitest
180179
nokogiri (>= 1.6)
181-
rails-html-sanitizer (1.6.1)
180+
rails-html-sanitizer (1.6.2)
182181
loofah (~> 2.21)
183182
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
184-
railties (7.1.5.1)
185-
actionpack (= 7.1.5.1)
186-
activesupport (= 7.1.5.1)
187-
irb
183+
railties (8.0.2)
184+
actionpack (= 8.0.2)
185+
activesupport (= 8.0.2)
186+
irb (~> 1.13)
188187
rackup (>= 1.0.0)
189188
rake (>= 12.2)
190189
thor (~> 1.0, >= 1.2.2)
191190
zeitwerk (~> 2.6)
192-
rake (13.2.1)
193-
rdoc (6.8.1)
191+
rake (13.3.0)
192+
rdoc (6.14.2)
193+
erb
194194
psych (>= 4.0.0)
195195
regexp_parser (2.9.0)
196-
reline (0.5.12)
196+
reline (0.6.2)
197197
io-console (~> 0.5)
198-
rspec-core (3.13.2)
198+
rspec-core (3.13.5)
199199
rspec-support (~> 3.13.0)
200-
rspec-expectations (3.13.3)
200+
rspec-expectations (3.13.5)
201201
diff-lcs (>= 1.2.0, < 2.0)
202202
rspec-support (~> 3.13.0)
203-
rspec-mocks (3.13.2)
203+
rspec-mocks (3.13.5)
204204
diff-lcs (>= 1.2.0, < 2.0)
205205
rspec-support (~> 3.13.0)
206-
rspec-rails (7.1.0)
207-
actionpack (>= 7.0)
208-
activesupport (>= 7.0)
209-
railties (>= 7.0)
206+
rspec-rails (8.0.2)
207+
actionpack (>= 7.2)
208+
activesupport (>= 7.2)
209+
railties (>= 7.2)
210210
rspec-core (~> 3.13)
211211
rspec-expectations (~> 3.13)
212212
rspec-mocks (~> 3.13)
213213
rspec-support (~> 3.13)
214-
rspec-support (3.13.1)
215-
securerandom (0.3.2)
214+
rspec-support (3.13.4)
215+
securerandom (0.4.1)
216216
sprockets (4.2.1)
217217
concurrent-ruby (~> 1.0)
218218
rack (>= 2.2.4, < 4)
@@ -222,17 +222,19 @@ GEM
222222
sprockets (>= 3.0.0)
223223
sqlite3 (2.0.4-arm64-darwin)
224224
sqlite3 (2.0.4-x86_64-linux-gnu)
225-
stringio (3.1.2)
226-
thor (1.3.2)
225+
stringio (3.1.7)
226+
thor (1.4.0)
227227
timeout (0.4.2)
228228
tzinfo (2.0.6)
229229
concurrent-ruby (~> 1.0)
230+
uri (1.0.3)
231+
useragent (0.16.11)
230232
websocket-driver (0.7.6)
231233
websocket-extensions (>= 0.1.0)
232234
websocket-extensions (0.1.5)
233235
xpath (3.2.0)
234236
nokogiri (~> 1.8)
235-
zeitwerk (2.6.18)
237+
zeitwerk (2.7.3)
236238

237239
PLATFORMS
238240
arm64-darwin-20
@@ -248,7 +250,7 @@ DEPENDENCIES
248250
pry (~> 0.15.2)
249251
rails-footnotes!
250252
rake (~> 13.2)
251-
rspec-rails (~> 7.1)
253+
rspec-rails (~> 8.0)
252254
sprockets-rails (~> 3.5)
253255
sqlite3 (~> 2.0)
254256

0 commit comments

Comments
 (0)