Skip to content

Commit eef4306

Browse files
build(deps-dev): bump rspec-rails from 8.0.0 to 8.0.1
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]>
1 parent 197e277 commit eef4306

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
base64 (0.2.0)
107107
beefcake (1.0.0)
108108
benchmark (0.4.1)
109-
bigdecimal (3.2.1)
109+
bigdecimal (3.2.2)
110110
bit-struct (0.17)
111111
builder (3.3.0)
112112
byebug (12.0.0)
@@ -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)
@@ -610,7 +610,7 @@ GEM
610610
yard (0.9.37)
611611
yard-solargraph (0.1.0)
612612
yard (~> 0.9)
613-
zeitwerk (2.7.2)
613+
zeitwerk (2.7.3)
614614

615615
PLATFORMS
616616
ruby
@@ -678,7 +678,7 @@ DEPENDENCIES
678678
rspec-collection_matchers
679679
rspec-instafail
680680
rspec-its
681-
rspec-rails (~> 8.0.0)
681+
rspec-rails (~> 8.0.1)
682682
rspec-wait
683683
rspec_api_documentation (>= 6.1.0)
684684
rubocop (~> 1.75.8)

0 commit comments

Comments
 (0)