Skip to content

Commit f03d63b

Browse files
⬆️ Upgrade dependency rspec-rails to v7
1 parent 0a71d1b commit f03d63b

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
group :test do
2525
gem "rspec", "~> 3.13.0"
2626
gem "rspec-mocks", "~> 3.13.0"
27-
gem "rspec-rails", "~> 6.1.0"
27+
gem "rspec-rails", "~> 7.1.0"
2828
gem "factory_bot_rails", "~> 6.5.0"
2929
gem "webmock", "~> 3.25.0"
3030
gem "shoulda-matchers", "~> 6.5.0"

Gemfile.lock

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ GEM
122122
ast (2.4.3)
123123
base64 (0.3.0)
124124
bcrypt (3.1.20)
125-
benchmark (0.4.1)
125+
benchmark (0.5.0)
126126
bigdecimal (3.3.1)
127127
builder (3.3.0)
128128
cancancan (3.6.1)
129129
choice (0.2.0)
130-
concurrent-ruby (1.3.5)
131-
connection_pool (2.5.4)
130+
concurrent-ruby (1.3.6)
131+
connection_pool (3.0.2)
132132
crack (1.0.0)
133133
bigdecimal
134134
rexml
135135
crass (1.0.6)
136136
csv (3.3.5)
137-
date (3.4.1)
137+
date (3.5.1)
138138
devise (4.9.4)
139139
bcrypt (~> 3.0)
140140
orm_adapter (~> 0.1)
@@ -147,7 +147,7 @@ GEM
147147
drb (2.2.3)
148148
email_validator (2.2.4)
149149
activemodel
150-
erb (5.1.1)
150+
erb (6.0.1)
151151
erubi (1.13.1)
152152
factory_bot (6.5.5)
153153
activesupport (>= 6.1.0)
@@ -167,16 +167,17 @@ GEM
167167
httparty (0.21.0)
168168
mini_mime (>= 1.0.0)
169169
multi_xml (>= 0.5.2)
170-
i18n (1.14.7)
170+
i18n (1.14.8)
171171
concurrent-ruby (~> 1.0)
172172
inherited_resources (1.14.0)
173173
actionpack (>= 6.0)
174174
has_scope (>= 0.6)
175175
railties (>= 6.0)
176176
responders (>= 2)
177-
io-console (0.8.1)
178-
irb (1.15.2)
177+
io-console (0.8.2)
178+
irb (1.17.0)
179179
pp (>= 0.6.0)
180+
prism (>= 1.3.0)
180181
rdoc (>= 4.0.0)
181182
reline (>= 0.4.2)
182183
jquery-rails (4.6.0)
@@ -203,7 +204,7 @@ GEM
203204
rails
204205
language_server-protocol (3.17.0.5)
205206
logger (1.7.0)
206-
loofah (2.24.1)
207+
loofah (2.25.0)
207208
crass (~> 1.0.2)
208209
nokogiri (>= 1.12.0)
209210
mail (2.8.1)
@@ -213,7 +214,8 @@ GEM
213214
net-smtp
214215
marcel (1.1.0)
215216
mini_mime (1.1.5)
216-
minitest (5.26.0)
217+
minitest (6.0.1)
218+
prism (~> 1.5)
217219
multi_xml (0.7.2)
218220
bigdecimal (~> 3.1)
219221
mutex_m (0.3.0)
@@ -227,9 +229,9 @@ GEM
227229
net-smtp (0.5.1)
228230
net-protocol
229231
nio4r (2.7.4)
230-
nokogiri (1.18.10-arm64-darwin)
232+
nokogiri (1.19.0-arm64-darwin)
231233
racc (~> 1.4)
232-
nokogiri (1.18.10-x86_64-linux-gnu)
234+
nokogiri (1.19.0-x86_64-linux-gnu)
233235
racc (~> 1.4)
234236
oj (3.16.11)
235237
bigdecimal (>= 3.0)
@@ -251,14 +253,14 @@ GEM
251253
prettyprint
252254
prettyprint (0.2.0)
253255
prism (1.5.2)
254-
psych (5.2.6)
256+
psych (5.3.1)
255257
date
256258
stringio
257259
public_suffix (6.0.2)
258260
puma (6.6.1)
259261
nio4r (~> 2.0)
260262
racc (1.8.1)
261-
rack (3.2.3)
263+
rack (3.2.4)
262264
rack-protection (4.2.1)
263265
base64 (>= 0.1.0)
264266
logger (>= 1.6.0)
@@ -268,7 +270,7 @@ GEM
268270
rack (>= 3.0.0)
269271
rack-test (2.2.0)
270272
rack (>= 1.3)
271-
rackup (2.2.1)
273+
rackup (2.3.1)
272274
rack (>= 3)
273275
rails (7.1.5.2)
274276
actioncable (= 7.1.5.2)
@@ -305,17 +307,17 @@ GEM
305307
thor (~> 1.0, >= 1.2.2)
306308
zeitwerk (~> 2.6)
307309
rainbow (3.1.1)
308-
rake (13.3.0)
310+
rake (13.3.1)
309311
ransack (4.4.0)
310312
activerecord (>= 7.1)
311313
activesupport (>= 7.1)
312314
i18n
313-
rdoc (6.15.0)
315+
rdoc (7.2.0)
314316
erb
315317
psych (>= 4.0.0)
316318
tsort
317319
regexp_parser (2.11.3)
318-
reline (0.6.2)
320+
reline (0.6.3)
319321
io-console (~> 0.5)
320322
responders (3.2.0)
321323
actionpack (>= 7.0)
@@ -325,23 +327,23 @@ GEM
325327
rspec-core (~> 3.13.0)
326328
rspec-expectations (~> 3.13.0)
327329
rspec-mocks (~> 3.13.0)
328-
rspec-core (3.13.5)
330+
rspec-core (3.13.6)
329331
rspec-support (~> 3.13.0)
330332
rspec-expectations (3.13.5)
331333
diff-lcs (>= 1.2.0, < 2.0)
332334
rspec-support (~> 3.13.0)
333-
rspec-mocks (3.13.5)
335+
rspec-mocks (3.13.7)
334336
diff-lcs (>= 1.2.0, < 2.0)
335337
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
338+
rspec-rails (7.1.1)
339+
actionpack (>= 7.0)
340+
activesupport (>= 7.0)
341+
railties (>= 7.0)
340342
rspec-core (~> 3.13)
341343
rspec-expectations (~> 3.13)
342344
rspec-mocks (~> 3.13)
343345
rspec-support (~> 3.13)
344-
rspec-support (3.13.6)
346+
rspec-support (3.13.7)
345347
rubocop (1.69.2)
346348
json (~> 2.3)
347349
language_server-protocol (>= 3.17.0)
@@ -400,8 +402,8 @@ GEM
400402
sprockets (>= 3.0.0)
401403
sqlite3 (1.7.3-arm64-darwin)
402404
sqlite3 (1.7.3-x86_64-linux)
403-
stringio (3.1.7)
404-
thor (1.4.0)
405+
stringio (3.2.0)
406+
thor (1.5.0)
405407
timeout (0.4.3)
406408
tsort (0.2.0)
407409
tzinfo (2.0.6)
@@ -420,7 +422,7 @@ GEM
420422
websocket-extensions (>= 0.1.0)
421423
websocket-extensions (0.1.5)
422424
yard (0.9.37)
423-
zeitwerk (2.7.3)
425+
zeitwerk (2.7.4)
424426

425427
PLATFORMS
426428
arm64-darwin-22
@@ -437,7 +439,7 @@ DEPENDENCIES
437439
rails-erd (~> 1.7.2)
438440
rspec (~> 3.13.0)
439441
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
442+
rspec-rails (~> 7.1.0)
441443
rubocop-config-captive (~> 1.16.0)
442444
shoulda-matchers (~> 6.5.0)
443445
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)