Skip to content

Commit 3242632

Browse files
Update dependency rspec-rails to v8
1 parent 711dfd6 commit 3242632

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

Gemfile.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
erubi (>= 1.0.0)
8282
rack (>= 0.9.0)
8383
rouge (>= 1.0.0)
84-
bigdecimal (3.2.3)
84+
bigdecimal (3.3.0)
8585
bindex (0.8.1)
8686
bootsnap (1.18.6)
8787
msgpack (~> 1.2)
@@ -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.3)
134132
erubi (1.13.1)
135133
execjs (2.10.0)
136134
factory_bot (6.5.5)
@@ -193,7 +191,7 @@ GEM
193191
mini_mime (1.1.5)
194192
mini_racer (0.19.0)
195193
libv8-node (~> 24.1.0.0)
196-
minitest (5.25.5)
194+
minitest (5.26.0)
197195
msgpack (1.8.0)
198196
net-imap (0.5.10)
199197
date
@@ -219,7 +217,7 @@ GEM
219217
pg (1.6.2-x86_64-darwin)
220218
pg (1.6.2-x86_64-linux)
221219
popper_js (2.11.8)
222-
pp (0.6.2)
220+
pp (0.6.3)
223221
prettyprint
224222
prettyprint (0.2.0)
225223
prism (1.5.0)
@@ -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.2)
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.5)
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.5)
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)
@@ -388,7 +387,7 @@ GEM
388387
unicode-emoji (~> 4.1)
389388
unicode-emoji (4.1.0)
390389
uniform_notifier (1.16.0)
391-
uri (1.0.3)
390+
uri (1.0.4)
392391
useragent (0.16.11)
393392
web-console (4.2.1)
394393
actionview (>= 6.0.0)

0 commit comments

Comments
 (0)