Skip to content

Commit 3c5337a

Browse files
Update dependency rspec-rails to v8
1 parent d350414 commit 3c5337a

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.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.1)
134132
erubi (1.13.1)
135133
execjs (2.10.0)
136134
factory_bot (6.5.4)
@@ -166,8 +164,8 @@ GEM
166164
addressable (~> 2.8)
167165
childprocess (~> 5.0)
168166
logger (~> 1.6)
169-
libv8-node (24.1.0.0)
170167
libv8-node (24.1.0.0-arm64-darwin)
168+
libv8-node (24.1.0.0-x86_64-darwin)
171169
libv8-node (24.1.0.0-x86_64-linux)
172170
lint_roller (1.1.0)
173171
listen (3.9.0)
@@ -276,7 +274,7 @@ GEM
276274
rb-fsevent (0.11.2)
277275
rb-inotify (0.11.1)
278276
ffi (~> 1.0)
279-
rdoc (6.14.0)
277+
rdoc (6.14.1)
280278
erb
281279
psych (>= 4.0.0)
282280
regexp_parser (2.10.0)
@@ -287,23 +285,23 @@ GEM
287285
rexml (3.4.1)
288286
rollbar (3.6.2)
289287
rouge (4.5.1)
290-
rspec-core (3.13.3)
288+
rspec-core (3.13.5)
291289
rspec-support (~> 3.13.0)
292-
rspec-expectations (3.13.3)
290+
rspec-expectations (3.13.5)
293291
diff-lcs (>= 1.2.0, < 2.0)
294292
rspec-support (~> 3.13.0)
295-
rspec-mocks (3.13.2)
293+
rspec-mocks (3.13.5)
296294
diff-lcs (>= 1.2.0, < 2.0)
297295
rspec-support (~> 3.13.0)
298-
rspec-rails (7.1.1)
299-
actionpack (>= 7.0)
300-
activesupport (>= 7.0)
301-
railties (>= 7.0)
296+
rspec-rails (8.0.1)
297+
actionpack (>= 7.2)
298+
activesupport (>= 7.2)
299+
railties (>= 7.2)
302300
rspec-core (~> 3.13)
303301
rspec-expectations (~> 3.13)
304302
rspec-mocks (~> 3.13)
305303
rspec-support (~> 3.13)
306-
rspec-support (3.13.2)
304+
rspec-support (3.13.4)
307305
rubocop (1.75.6)
308306
json (~> 2.3)
309307
language_server-protocol (~> 3.17.0.2)

0 commit comments

Comments
 (0)