]> cat aescling's git repositories - mastodon.git/commitdiff
Bump webmock from 3.14.0 to 3.17.0 (#18935)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 6 Aug 2022 07:28:09 +0000 (16:28 +0900)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:58 +0000 (00:27 -0400)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.14.0 to 3.17.0.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.14.0...v3.17.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 885e886fccdbf54ee1e0db30dbfab00ecb5375ba..93629fcc4fd3be58456e634e34eb748bde7eb9e2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -122,7 +122,7 @@ group :test do
   gem 'rails-controller-testing', '~> 1.0'
   gem 'rspec-sidekiq', '~> 3.1'
   gem 'simplecov', '~> 0.21', require: false
-  gem 'webmock', '~> 3.14'
+  gem 'webmock', '~> 3.17'
   gem 'rspec_junit_formatter', '~> 0.5'
 end
 
index 02d8af0e79785129aa1123f7356af6c7027d3b9d..7485cad317d1444988c5bc9f7c5e64aa266c1723 100644 (file)
@@ -703,7 +703,7 @@ GEM
     webfinger (1.2.0)
       activesupport
       httpclient (>= 2.4)
-    webmock (3.14.0)
+    webmock (3.17.0)
       addressable (>= 2.8.0)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
@@ -847,7 +847,7 @@ DEPENDENCIES
   twitter-text (~> 3.1.0)
   tzinfo-data (~> 1.2022)
   webauthn (~> 3.0.0.alpha1)
-  webmock (~> 3.14)
+  webmock (~> 3.17)
   webpacker (~> 5.4)
   webpush (~> 0.3)
   xorcist (~> 1.1)