Skip to content

Commit

Permalink
chore(deps): update dependency webmock to '~> 3.25.0' (#381)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webmock](https://redirect.github.com/bblimke/webmock)
([changelog](https://redirect.github.com/bblimke/webmock/blob/v3.25.0/CHANGELOG.md))
| `'~> 3.24.0'` -> `'~> 3.25.0'` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/webmock/3.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/webmock/3.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/webmock/3.24.0/3.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/webmock/3.24.0/3.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bblimke/webmock (webmock)</summary>

###
[`v3.25.0`](https://redirect.github.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3250)

[Compare
Source](https://redirect.github.com/bblimke/webmock/compare/v3.24.0...v3.25.0)

-   Resolve net-http adapter deprecation Ruby 3.4

    Thanks to [Earlopain](https://redirect.github.com/Earlopain)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/line/line-bot-sdk-ruby).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 5bc759e commit e3176a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ end

group :test do
gem 'rspec', '~> 3.13.0'
gem 'webmock', '~> 3.24.0'
gem 'webmock', '~> 3.25.0'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webmock (3.24.0)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -75,7 +75,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.13.0)
rubocop (~> 1.71.0)
webmock (~> 3.24.0)
webmock (~> 3.25.0)
yard (~> 0.9.20)

BUNDLED WITH
Expand Down

0 comments on commit e3176a9

Please sign in to comment.