[Snyk] Security upgrade webmock from 3.14.0 to 3.15.1#120
[Snyk] Security upgrade webmock from 3.14.0 to 3.15.1#120snyk-io[bot] wants to merge 1 commit intomasterfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-15924312
|
This upgrade for Key Changes:
Recommendation: Source: GitHub Changelog
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
PR Complexity Score: 1.2 - Trivial
View Breakdown
- Lines Changed: 2
- Files Changed: 1
- Complexity Added: 0
- Raw Score: 3.04
Overview
This PR updates a development/test dependency version in the Gemfile. It focuses solely on keeping the webmock gem up to date within the defined version constraints.
Key Changes
- Bumps the
webmockgem from~> 3.14.0to~> 3.15.1in the development and test group to pick up bug fixes or minor improvements while staying within the same major/minor line.
Risks & Considerations
- Potential for minor behavior changes in
webmockthat could affect existing tests, especially around HTTP request stubbing or matching. - May require updating any brittle tests that rely on internal or undocumented
webmockbehavior.
File-level change summary
| File | Change summary |
|---|---|
| Gemfile | Updated the webmock gem version constraint from ~> 3.14.0 to ~> 3.15.1 in the development and test group. |
Snyk has created this PR to fix 1 vulnerabilities in the rubygems dependencies of this project.
Snyk changed the following file(s):
GemfileVulnerabilities that will be fixed with an upgrade:
SNYK-RUBY-ADDRESSABLE-15924312
Breaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)