Skip to content

Commit

Permalink
Update webmock requirement from ~> 3.16.0 to ~> 3.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.16.0...v3.22.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 10147b1 commit 15d1dac
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 @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-rails", "~> 5.1"
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 "webmock", "~> 3.22.0"
spec.add_development_dependency "rspec-mocks", "~> 3.12.6"

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

0 comments on commit 15d1dac

Please sign in to comment.