Skip to content

Commit

Permalink
Update rspec-mocks requirement from ~> 3.12.6 to ~> 3.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec-mocks](https://github.com/rspec/rspec-mocks) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec-mocks/releases)
- [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md)
- [Commits](rspec/rspec-mocks@v3.12.6...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 2018b30 commit 59d74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-notify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "standard", "~> 1"
spec.add_development_dependency "sqlite3", "~> 1.6.2"
spec.add_development_dependency "webmock", "~> 3.16.0"
spec.add_development_dependency "rspec-mocks", "~> 3.12.6"
spec.add_development_dependency "rspec-mocks", "~> 3.13.0"

spec.add_dependency "actionmailer", ">= 5.2.4.6"
spec.add_dependency "activesupport", ">= 5.2.4.6"
Expand Down

0 comments on commit 59d74a2

Please sign in to comment.