Skip to content

Commit 80ed763

Browse files
build(deps-dev): bump rspec-rails from 8.0.3 to 8.0.4 (#425)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.3 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c66e1c2 commit 80ed763

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -605,21 +605,21 @@ GEM
605605
rspec-expectations (3.13.5)
606606
diff-lcs (>= 1.2.0, < 2.0)
607607
rspec-support (~> 3.13.0)
608-
rspec-mocks (3.13.7)
608+
rspec-mocks (3.13.8)
609609
diff-lcs (>= 1.2.0, < 2.0)
610610
rspec-support (~> 3.13.0)
611611
rspec-openapi (0.25.0)
612612
actionpack (>= 5.2.0)
613613
rails-dom-testing
614614
rspec-core
615-
rspec-rails (8.0.3)
615+
rspec-rails (8.0.4)
616616
actionpack (>= 7.2)
617617
activesupport (>= 7.2)
618618
railties (>= 7.2)
619-
rspec-core (~> 3.13)
620-
rspec-expectations (~> 3.13)
621-
rspec-mocks (~> 3.13)
622-
rspec-support (~> 3.13)
619+
rspec-core (>= 3.13.0, < 5.0.0)
620+
rspec-expectations (>= 3.13.0, < 5.0.0)
621+
rspec-mocks (>= 3.13.0, < 5.0.0)
622+
rspec-support (>= 3.13.0, < 5.0.0)
623623
rspec-support (3.13.7)
624624
rswag-api (2.17.0)
625625
activesupport (>= 5.2, < 8.2)

0 commit comments

Comments
 (0)