Skip to content

Commit f4128bb

Browse files
Update dependency rspec-rails to v8
1 parent 3d28c41 commit f4128bb

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

Gemfile.lock

Lines changed: 12 additions & 14 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.0.2)
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.16)
236+
rack (3.2.1)
239237
rack-session (2.1.1)
240238
base64 (>= 0.1.0)
241239
rack (>= 3.0.0)
@@ -290,23 +288,23 @@ GEM
290288
rexml (3.4.1)
291289
rollbar (3.6.2)
292290
rouge (4.5.1)
293-
rspec-core (3.13.3)
291+
rspec-core (3.13.5)
294292
rspec-support (~> 3.13.0)
295-
rspec-expectations (3.13.3)
293+
rspec-expectations (3.13.5)
296294
diff-lcs (>= 1.2.0, < 2.0)
297295
rspec-support (~> 3.13.0)
298-
rspec-mocks (3.13.2)
296+
rspec-mocks (3.13.5)
299297
diff-lcs (>= 1.2.0, < 2.0)
300298
rspec-support (~> 3.13.0)
301-
rspec-rails (7.1.1)
302-
actionpack (>= 7.0)
303-
activesupport (>= 7.0)
304-
railties (>= 7.0)
299+
rspec-rails (8.0.2)
300+
actionpack (>= 7.2)
301+
activesupport (>= 7.2)
302+
railties (>= 7.2)
305303
rspec-core (~> 3.13)
306304
rspec-expectations (~> 3.13)
307305
rspec-mocks (~> 3.13)
308306
rspec-support (~> 3.13)
309-
rspec-support (3.13.2)
307+
rspec-support (3.13.6)
310308
rubocop (1.80.2)
311309
json (~> 2.3)
312310
language_server-protocol (~> 3.17.0.2)
@@ -373,7 +371,7 @@ GEM
373371
lint_roller (~> 1.1)
374372
rubocop-performance (~> 1.25.0)
375373
stringio (3.1.7)
376-
thor (1.3.2)
374+
thor (1.4.0)
377375
tilt (2.6.0)
378376
timeout (0.4.3)
379377
tsort (0.2.0)

0 commit comments

Comments
 (0)