From 4e23a1f6a0eb50a1d9aafe74bddee6aa54132c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:31:17 +0000 Subject: [PATCH] Bump webmock from 3.18.1 to 3.19.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.18.1 to 3.19.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.18.1...v3.19.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ac6c36f..c349b72 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'omniauth-google-oauth2', '~> 1.1.1' gem 'omniauth-rails_csrf_protection', '~> 1.0.1' gem 'rails', '~> 7.0.4.3' gem 'sassc-rails' -gem 'webmock', '~> 3.18.1' +gem 'webmock', '~> 3.19.0' gem 'webrick', '~> 1.8.1' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 201f2bd..1b9787f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) builder (3.2.4) concurrent-ruby (1.2.2) @@ -152,7 +152,7 @@ GEM omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) - public_suffix (5.0.1) + public_suffix (5.0.3) racc (1.6.2) rack (2.2.6.4) rack-protection (3.0.5) @@ -194,7 +194,7 @@ GEM ffi (~> 1.0) request_store (1.5.1) rack (>= 1.4) - rexml (3.2.5) + rexml (3.2.6) ruby2_keywords (0.0.5) sassc (2.4.0) ffi (~> 1.9) @@ -223,7 +223,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) version_gem (1.1.2) - webmock (3.18.1) + webmock (3.19.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -248,7 +248,7 @@ DEPENDENCIES rack_session_access (~> 0.2.0) rails (~> 7.0.4.3) sassc-rails - webmock (~> 3.18.1) + webmock (~> 3.19.0) webrick (~> 1.8.1) RUBY VERSION