Skip to content

Commit ffcb10a

Browse files
build(deps-dev): bump rspec-rails from 8.0.0 to 8.0.1 (#4410)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49832eb commit ffcb10a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-collection_matchers'
8383
gem 'rspec-instafail'
8484
gem 'rspec-its'
85-
gem 'rspec-rails', '~> 8.0.0'
85+
gem 'rspec-rails', '~> 8.0.1'
8686
gem 'rspec-wait'
8787
gem 'rubocop', '~> 1.75.8'
8888
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ GEM
141141
digest-xxhash (0.2.9)
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144-
drb (2.2.1)
144+
drb (2.2.3)
145145
erb (5.0.1)
146146
erubi (1.13.1)
147147
eventmachine (1.2.7)
@@ -306,7 +306,7 @@ GEM
306306
logger (1.7.0)
307307
loggregator_emitter (5.2.0)
308308
beefcake (~> 1.0.0)
309-
loofah (2.24.0)
309+
loofah (2.24.1)
310310
crass (~> 1.0.2)
311311
nokogiri (>= 1.12.0)
312312
machinist (1.0.6)
@@ -396,7 +396,7 @@ GEM
396396
rackup (1.0.1)
397397
rack (< 3)
398398
webrick
399-
rails-dom-testing (2.2.0)
399+
rails-dom-testing (2.3.0)
400400
activesupport (>= 5.0.0)
401401
minitest
402402
nokogiri (>= 1.6)
@@ -449,7 +449,7 @@ GEM
449449
rspec-mocks (~> 3.13.0)
450450
rspec-collection_matchers (1.2.1)
451451
rspec-expectations (>= 2.99.0.beta1)
452-
rspec-core (3.13.4)
452+
rspec-core (3.13.5)
453453
rspec-support (~> 3.13.0)
454454
rspec-expectations (3.13.5)
455455
diff-lcs (>= 1.2.0, < 2.0)
@@ -462,7 +462,7 @@ GEM
462462
rspec-mocks (3.13.5)
463463
diff-lcs (>= 1.2.0, < 2.0)
464464
rspec-support (~> 3.13.0)
465-
rspec-rails (8.0.0)
465+
rspec-rails (8.0.1)
466466
actionpack (>= 7.2)
467467
activesupport (>= 7.2)
468468
railties (>= 7.2)
@@ -611,7 +611,7 @@ GEM
611611
yard (0.9.37)
612612
yard-solargraph (0.1.0)
613613
yard (~> 0.9)
614-
zeitwerk (2.7.2)
614+
zeitwerk (2.7.3)
615615

616616
PLATFORMS
617617
ruby
@@ -679,7 +679,7 @@ DEPENDENCIES
679679
rspec-collection_matchers
680680
rspec-instafail
681681
rspec-its
682-
rspec-rails (~> 8.0.0)
682+
rspec-rails (~> 8.0.1)
683683
rspec-wait
684684
rspec_api_documentation (>= 6.1.0)
685685
rubocop (~> 1.75.8)

0 commit comments

Comments
 (0)