From 0403d9d9cbb613704316c23e62ff3f0c17bfb7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:32:56 +0000 Subject: [PATCH] Bump httparty from 0.14.0 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.14.0 to 0.21.0. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.14.0...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e9ba78d..fde932d 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'filesize', '~> 0.1.1' gem 'geckodriver-helper', '~> 0.0.5' gem 'webdrivers', '~> 4.0' gem 'headless', '~> 2.2', '>= 2.2.3' -gem 'httparty', '0.14.0' +gem 'httparty', '0.21.0' gem 'json', '1.8.5' gem 'jsonpath', '~> 0.8.7' gem 'multipart-post' diff --git a/Gemfile.lock b/Gemfile.lock index 3bdb6e4..f863fce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,8 @@ GEM headless (2.3.1) http-cookie (1.0.3) domain_name (~> 0.5) - httparty (0.14.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.6.0) concurrent-ruby (~> 1.0) @@ -297,7 +298,7 @@ DEPENDENCIES filesize (~> 0.1.1) geckodriver-helper (~> 0.0.5) headless (~> 2.2, >= 2.2.3) - httparty (= 0.14.0) + httparty (= 0.21.0) json (= 1.8.5) jsonpath (~> 0.8.7) multipart-post