Skip to content

Commit 5562ada

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

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-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: 30 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,15 +167,15 @@ 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.16.0)
179179
pp (>= 0.6.0)
180180
rdoc (>= 4.0.0)
181181
reline (>= 0.4.2)
@@ -203,7 +203,7 @@ GEM
203203
rails
204204
language_server-protocol (3.17.0.5)
205205
logger (1.7.0)
206-
loofah (2.24.1)
206+
loofah (2.25.0)
207207
crass (~> 1.0.2)
208208
nokogiri (>= 1.12.0)
209209
mail (2.8.1)
@@ -213,7 +213,8 @@ GEM
213213
net-smtp
214214
marcel (1.1.0)
215215
mini_mime (1.1.5)
216-
minitest (5.26.0)
216+
minitest (6.0.1)
217+
prism (~> 1.5)
217218
multi_xml (0.7.2)
218219
bigdecimal (~> 3.1)
219220
mutex_m (0.3.0)
@@ -227,9 +228,9 @@ GEM
227228
net-smtp (0.5.1)
228229
net-protocol
229230
nio4r (2.7.4)
230-
nokogiri (1.18.10-arm64-darwin)
231+
nokogiri (1.19.0-arm64-darwin)
231232
racc (~> 1.4)
232-
nokogiri (1.18.10-x86_64-linux-gnu)
233+
nokogiri (1.19.0-x86_64-linux-gnu)
233234
racc (~> 1.4)
234235
oj (3.16.11)
235236
bigdecimal (>= 3.0)
@@ -251,14 +252,14 @@ GEM
251252
prettyprint
252253
prettyprint (0.2.0)
253254
prism (1.5.2)
254-
psych (5.2.6)
255+
psych (5.3.1)
255256
date
256257
stringio
257258
public_suffix (6.0.2)
258259
puma (6.6.1)
259260
nio4r (~> 2.0)
260261
racc (1.8.1)
261-
rack (3.2.3)
262+
rack (3.2.4)
262263
rack-protection (4.2.1)
263264
base64 (>= 0.1.0)
264265
logger (>= 1.6.0)
@@ -268,7 +269,7 @@ GEM
268269
rack (>= 3.0.0)
269270
rack-test (2.2.0)
270271
rack (>= 1.3)
271-
rackup (2.2.1)
272+
rackup (2.3.1)
272273
rack (>= 3)
273274
rails (7.1.5.2)
274275
actioncable (= 7.1.5.2)
@@ -305,17 +306,17 @@ GEM
305306
thor (~> 1.0, >= 1.2.2)
306307
zeitwerk (~> 2.6)
307308
rainbow (3.1.1)
308-
rake (13.3.0)
309+
rake (13.3.1)
309310
ransack (4.4.0)
310311
activerecord (>= 7.1)
311312
activesupport (>= 7.1)
312313
i18n
313-
rdoc (6.15.0)
314+
rdoc (7.1.0)
314315
erb
315316
psych (>= 4.0.0)
316317
tsort
317318
regexp_parser (2.11.3)
318-
reline (0.6.2)
319+
reline (0.6.3)
319320
io-console (~> 0.5)
320321
responders (3.2.0)
321322
actionpack (>= 7.0)
@@ -325,23 +326,23 @@ GEM
325326
rspec-core (~> 3.13.0)
326327
rspec-expectations (~> 3.13.0)
327328
rspec-mocks (~> 3.13.0)
328-
rspec-core (3.13.5)
329+
rspec-core (3.13.6)
329330
rspec-support (~> 3.13.0)
330331
rspec-expectations (3.13.5)
331332
diff-lcs (>= 1.2.0, < 2.0)
332333
rspec-support (~> 3.13.0)
333-
rspec-mocks (3.13.5)
334+
rspec-mocks (3.13.7)
334335
diff-lcs (>= 1.2.0, < 2.0)
335336
rspec-support (~> 3.13.0)
336-
rspec-rails (6.1.5)
337-
actionpack (>= 6.1)
338-
activesupport (>= 6.1)
339-
railties (>= 6.1)
337+
rspec-rails (7.1.1)
338+
actionpack (>= 7.0)
339+
activesupport (>= 7.0)
340+
railties (>= 7.0)
340341
rspec-core (~> 3.13)
341342
rspec-expectations (~> 3.13)
342343
rspec-mocks (~> 3.13)
343344
rspec-support (~> 3.13)
344-
rspec-support (3.13.6)
345+
rspec-support (3.13.7)
345346
rubocop (1.69.2)
346347
json (~> 2.3)
347348
language_server-protocol (>= 3.17.0)
@@ -400,8 +401,8 @@ GEM
400401
sprockets (>= 3.0.0)
401402
sqlite3 (1.7.3-arm64-darwin)
402403
sqlite3 (1.7.3-x86_64-linux)
403-
stringio (3.1.7)
404-
thor (1.4.0)
404+
stringio (3.2.0)
405+
thor (1.5.0)
405406
timeout (0.4.3)
406407
tsort (0.2.0)
407408
tzinfo (2.0.6)
@@ -420,7 +421,7 @@ GEM
420421
websocket-extensions (>= 0.1.0)
421422
websocket-extensions (0.1.5)
422423
yard (0.9.37)
423-
zeitwerk (2.7.3)
424+
zeitwerk (2.7.4)
424425

425426
PLATFORMS
426427
arm64-darwin-22
@@ -437,7 +438,7 @@ DEPENDENCIES
437438
rails-erd (~> 1.7.2)
438439
rspec (~> 3.13.0)
439440
rspec-mocks (~> 3.13.0)
440-
rspec-rails (~> 6.1.0)
441+
rspec-rails (~> 7.1.0)
441442
rubocop-config-captive (~> 1.16.0)
442443
shoulda-matchers (~> 6.5.0)
443444
sprockets-rails (~> 3.5.0)

0 commit comments

Comments
 (0)