Skip to content

Commit 26d035a

Browse files
Update dependency rspec-rails to v8
1 parent 46bb1cd commit 26d035a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Gemfile.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ GEM
103103
rack-test (>= 0.6.3)
104104
regexp_parser (>= 1.5, < 3.0)
105105
xpath (~> 3.2)
106-
cgi (0.5.0)
107106
childprocess (5.1.0)
108107
logger (~> 1.5)
109108
climate_control (1.2.0)
@@ -125,12 +124,11 @@ GEM
125124
database_cleaner-core (~> 2.0)
126125
database_cleaner-core (2.0.1)
127126
date (3.4.1)
128-
diff-lcs (1.6.1)
127+
diff-lcs (1.6.2)
129128
docile (1.4.1)
130129
dotenv (3.1.8)
131130
drb (2.2.3)
132-
erb (2.2.3)
133-
cgi
131+
erb (5.1.1)
134132
erubi (1.13.1)
135133
execjs (2.10.0)
136134
factory_bot (6.5.5)
@@ -235,7 +233,7 @@ GEM
235233
puma (6.6.1)
236234
nio4r (~> 2.0)
237235
racc (1.8.1)
238-
rack (3.1.18)
236+
rack (3.2.3)
239237
rack-session (2.1.1)
240238
base64 (>= 0.1.0)
241239
rack (>= 3.0.0)
@@ -279,9 +277,10 @@ GEM
279277
rb-fsevent (0.11.2)
280278
rb-inotify (0.11.1)
281279
ffi (~> 1.0)
282-
rdoc (6.14.2)
280+
rdoc (6.15.0)
283281
erb
284282
psych (>= 4.0.0)
283+
tsort
285284
regexp_parser (2.11.2)
286285
reline (0.6.2)
287286
io-console (~> 0.5)
@@ -290,23 +289,23 @@ GEM
290289
rexml (3.4.4)
291290
rollbar (3.6.2)
292291
rouge (4.5.1)
293-
rspec-core (3.13.3)
292+
rspec-core (3.13.6)
294293
rspec-support (~> 3.13.0)
295-
rspec-expectations (3.13.3)
294+
rspec-expectations (3.13.5)
296295
diff-lcs (>= 1.2.0, < 2.0)
297296
rspec-support (~> 3.13.0)
298-
rspec-mocks (3.13.2)
297+
rspec-mocks (3.13.6)
299298
diff-lcs (>= 1.2.0, < 2.0)
300299
rspec-support (~> 3.13.0)
301-
rspec-rails (7.1.1)
302-
actionpack (>= 7.0)
303-
activesupport (>= 7.0)
304-
railties (>= 7.0)
300+
rspec-rails (8.0.2)
301+
actionpack (>= 7.2)
302+
activesupport (>= 7.2)
303+
railties (>= 7.2)
305304
rspec-core (~> 3.13)
306305
rspec-expectations (~> 3.13)
307306
rspec-mocks (~> 3.13)
308307
rspec-support (~> 3.13)
309-
rspec-support (3.13.2)
308+
rspec-support (3.13.6)
310309
rubocop (1.80.2)
311310
json (~> 2.3)
312311
language_server-protocol (~> 3.17.0.2)
@@ -373,7 +372,7 @@ GEM
373372
lint_roller (~> 1.1)
374373
rubocop-performance (~> 1.25.0)
375374
stringio (3.1.7)
376-
thor (1.3.2)
375+
thor (1.4.0)
377376
tilt (2.6.0)
378377
timeout (0.4.3)
379378
tsort (0.2.0)

0 commit comments

Comments
 (0)