Skip to content

Commit 95b1188

Browse files
chore(deps-dev): bump rspec-rails from 8.0.1 to 8.0.2 (#15)
1 parent cb1c53c commit 95b1188

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'rack-cors'
4848
group :development, :test do
4949
gem 'bundler-audit'
5050
gem 'rspec-json_expectations'
51-
gem 'rspec-rails', '~> 8.0.1'
51+
gem 'rspec-rails', '~> 8.0.2'
5252
gem 'rubocop', require: false
5353
gem 'rubocop-checkstyle_formatter', require: false
5454
gem 'rubocop-factory_bot', require: false

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ GEM
260260
puma (6.6.1)
261261
nio4r (~> 2.0)
262262
racc (1.8.1)
263-
rack (3.1.16)
263+
rack (3.2.0)
264264
rack-cors (3.0.0)
265265
logger
266266
rack (>= 3.0.14)
@@ -315,7 +315,7 @@ GEM
315315
rainbow (>= 2.0, < 4.0)
316316
rexml (~> 3.1)
317317
regexp_parser (2.11.2)
318-
reline (0.6.1)
318+
reline (0.6.2)
319319
io-console (~> 0.5)
320320
responders (3.1.1)
321321
actionpack (>= 5.2)
@@ -330,15 +330,15 @@ GEM
330330
rspec-mocks (3.13.5)
331331
diff-lcs (>= 1.2.0, < 2.0)
332332
rspec-support (~> 3.13.0)
333-
rspec-rails (8.0.1)
333+
rspec-rails (8.0.2)
334334
actionpack (>= 7.2)
335335
activesupport (>= 7.2)
336336
railties (>= 7.2)
337337
rspec-core (~> 3.13)
338338
rspec-expectations (~> 3.13)
339339
rspec-mocks (~> 3.13)
340340
rspec-support (~> 3.13)
341-
rspec-support (3.13.4)
341+
rspec-support (3.13.5)
342342
rubocop (1.79.2)
343343
json (~> 2.3)
344344
language_server-protocol (~> 3.17.0.2)
@@ -462,7 +462,7 @@ DEPENDENCIES
462462
rack-cors
463463
rails (~> 8.0.2)
464464
rspec-json_expectations
465-
rspec-rails (~> 8.0.1)
465+
rspec-rails (~> 8.0.2)
466466
rubocop
467467
rubocop-checkstyle_formatter
468468
rubocop-factory_bot

0 commit comments

Comments
 (0)