From 153b4ae03e9586602a06e6b3c1e72878f3ce0d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:12:21 +0000 Subject: [PATCH] Build(deps-dev): Bump webmock from 3.19.1 to 3.20.0 Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 47260c897e..ed3d9ff589 100644 --- a/Gemfile +++ b/Gemfile @@ -173,7 +173,7 @@ gem 'excel_analyzer', path: 'gems/excel_analyzer', require: false group :test do gem 'fivemat', '~> 1.3.7' - gem 'webmock', '~> 3.19.1' + gem 'webmock', '~> 3.20.0' gem 'simplecov', '~> 0.22.0' gem 'simplecov-lcov', '~> 0.7.0' gem 'capybara', '~> 3.40.0' diff --git a/Gemfile.lock b/Gemfile.lock index 46890771f3..695253881d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,6 +168,7 @@ GEM nokogiri (~> 1.6, >= 1.6.8) base64 (0.2.0) bcrypt (3.1.20) + bigdecimal (3.1.6) bindex (0.8.1) bootstrap-sass (2.3.2.2) sass (~> 3.2) @@ -195,7 +196,8 @@ GEM coderay (1.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml crass (1.0.6) daemons (1.4.1) @@ -284,7 +286,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - hashdiff (1.0.1) + hashdiff (1.1.0) highline (2.1.0) hodel_3000_compliant_logger (0.1.1) holidays (8.7.1) @@ -554,7 +556,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.19.1) + webmock (3.20.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -671,7 +673,7 @@ DEPENDENCIES unidecoder (~> 1.1.0) vpim (~> 13.11.11) web-console (>= 3.3.0) - webmock (~> 3.19.1) + webmock (~> 3.20.0) will_paginate (~> 4.0.0) xapian-full-alaveteli (~> 1.4.22.1) xml-simple (~> 1.1.9)