Skip to content

Commit e3176a9

Browse files
chore(deps): update dependency webmock to '~> 3.25.0' (#381)
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>
1 parent 5bc759e commit e3176a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ end
1212

1313
group :test do
1414
gem 'rspec', '~> 3.13.0'
15-
gem 'webmock', '~> 3.24.0'
15+
gem 'webmock', '~> 3.25.0'
1616
end

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
unicode-display_width (3.1.4)
5959
unicode-emoji (~> 4.0, >= 4.0.4)
6060
unicode-emoji (4.0.4)
61-
webmock (3.24.0)
61+
webmock (3.25.0)
6262
addressable (>= 2.8.0)
6363
crack (>= 0.3.2)
6464
hashdiff (>= 0.4.0, < 2.0.0)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
rake (~> 13.0)
7676
rspec (~> 3.13.0)
7777
rubocop (~> 1.71.0)
78-
webmock (~> 3.24.0)
78+
webmock (~> 3.25.0)
7979
yard (~> 0.9.20)
8080

8181
BUNDLED WITH

0 commit comments

Comments
 (0)