Skip to content

Commit fc33f01

Browse files
Update dependency rspec-rails to v8.0.4
1 parent 7222751 commit fc33f01

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group :development, :test do
2929
gem "factory_bot_rails"
3030
gem "pry-byebug"
3131
gem "pry-rails"
32-
gem "rspec-rails", "8.0.2"
32+
gem "rspec-rails", "8.0.4"
3333
end
3434

3535
group :test do

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ GEM
105105
coffee-script-source
106106
execjs
107107
coffee-script-source (1.12.2)
108-
concurrent-ruby (1.3.5)
109-
connection_pool (2.5.4)
110-
crass (1.0.6)
108+
concurrent-ruby (1.3.8)
109+
connection_pool (2.5.5)
110+
crass (1.0.7)
111111
date (3.4.1)
112112
diff-lcs (1.6.2)
113113
docile (1.4.1)
@@ -116,7 +116,7 @@ GEM
116116
dotenv (= 3.1.8)
117117
railties (>= 6.1)
118118
drb (2.2.3)
119-
erb (5.0.2)
119+
erb (5.0.3)
120120
erubi (1.13.1)
121121
execjs (2.10.0)
122122
factory_bot (6.5.5)
@@ -127,10 +127,10 @@ GEM
127127
ffi (1.17.2)
128128
globalid (1.3.0)
129129
activesupport (>= 6.1)
130-
i18n (1.14.7)
130+
i18n (1.14.8)
131131
concurrent-ruby (~> 1.0)
132-
io-console (0.8.1)
133-
irb (1.15.2)
132+
io-console (0.8.2)
133+
irb (1.15.3)
134134
pp (>= 0.6.0)
135135
rdoc (>= 4.0.0)
136136
reline (>= 0.4.2)
@@ -171,7 +171,7 @@ GEM
171171
nokogiri (1.18.10)
172172
mini_portile2 (~> 2.8.2)
173173
racc (~> 1.4)
174-
pp (0.6.2)
174+
pp (0.6.4)
175175
prettyprint
176176
prettyprint (0.2.0)
177177
pry (0.15.2)
@@ -189,10 +189,10 @@ GEM
189189
puma (7.0.4)
190190
nio4r (~> 2.0)
191191
racc (1.8.1)
192-
rack (3.2.1)
192+
rack (3.2.7)
193193
rack-proxy (0.7.7)
194194
rack
195-
rack-session (2.1.1)
195+
rack-session (2.1.2)
196196
base64 (>= 0.1.0)
197197
rack (>= 3.0.0)
198198
rack-test (2.2.0)
@@ -229,34 +229,34 @@ GEM
229229
thor (~> 1.0, >= 1.2.2)
230230
tsort (>= 0.2)
231231
zeitwerk (~> 2.6)
232-
rake (13.3.0)
232+
rake (13.3.1)
233233
rb-fsevent (0.11.2)
234234
rb-inotify (0.11.1)
235235
ffi (~> 1.0)
236236
rdoc (6.14.2)
237237
erb
238238
psych (>= 4.0.0)
239239
regexp_parser (2.11.3)
240-
reline (0.6.2)
240+
reline (0.6.3)
241241
io-console (~> 0.5)
242242
rexml (3.4.4)
243-
rspec-core (3.13.5)
243+
rspec-core (3.13.6)
244244
rspec-support (~> 3.13.0)
245245
rspec-expectations (3.13.5)
246246
diff-lcs (>= 1.2.0, < 2.0)
247247
rspec-support (~> 3.13.0)
248-
rspec-mocks (3.13.5)
248+
rspec-mocks (3.13.8)
249249
diff-lcs (>= 1.2.0, < 2.0)
250250
rspec-support (~> 3.13.0)
251-
rspec-rails (8.0.2)
251+
rspec-rails (8.0.4)
252252
actionpack (>= 7.2)
253253
activesupport (>= 7.2)
254254
railties (>= 7.2)
255-
rspec-core (~> 3.13)
256-
rspec-expectations (~> 3.13)
257-
rspec-mocks (~> 3.13)
258-
rspec-support (~> 3.13)
259-
rspec-support (3.13.6)
255+
rspec-core (>= 3.13.0, < 5.0.0)
256+
rspec-expectations (>= 3.13.0, < 5.0.0)
257+
rspec-mocks (>= 3.13.0, < 5.0.0)
258+
rspec-support (>= 3.13.0, < 5.0.0)
259+
rspec-support (3.13.7)
260260
rubyzip (2.4.1)
261261
sass-rails (6.0.0)
262262
sassc-rails (~> 2.1, >= 2.1.1)
@@ -296,7 +296,7 @@ GEM
296296
actionpack (>= 6.1)
297297
activesupport (>= 6.1)
298298
sprockets (>= 3.0.0)
299-
stringio (3.1.7)
299+
stringio (3.1.9)
300300
thor (1.4.0)
301301
tilt (2.6.1)
302302
timeout (0.4.3)
@@ -308,7 +308,7 @@ GEM
308308
concurrent-ruby (~> 1.0)
309309
uglifier (4.2.1)
310310
execjs (>= 0.3.0, < 3)
311-
uri (1.0.3)
311+
uri (1.0.4)
312312
useragent (0.16.11)
313313
web-console (4.2.1)
314314
actionview (>= 6.0.0)
@@ -331,7 +331,7 @@ GEM
331331
websocket-extensions (0.1.5)
332332
xpath (3.2.0)
333333
nokogiri (~> 1.8)
334-
zeitwerk (2.7.3)
334+
zeitwerk (2.7.5)
335335

336336
PLATFORMS
337337
ruby
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
pry-rails
352352
puma (= 7.0.4)
353353
rails (= 8.0.3)
354-
rspec-rails (= 8.0.2)
354+
rspec-rails (= 8.0.4)
355355
sass-rails (= 6.0.0)
356356
shoulda-matchers
357357
simplecov

0 commit comments

Comments
 (0)