From 0346f4059f2e83c0587841a27a49a004a84897ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:59:37 +0000 Subject: [PATCH] Bump httparty from 0.20.0 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.20.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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f4ff3f2..9478f86 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jquery-rails', '~> 4.3' gem 'bootstrap-sass', '~> 3.3' # Utilities -gem 'httparty', '~> 0.15' +gem 'httparty', '~> 0.21' gem 'phonelib', '~> 0.6' gem 'email_validator', '~> 1.6' diff --git a/Gemfile.lock b/Gemfile.lock index 518308f..f210f27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,8 +96,8 @@ GEM ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) - httparty (0.20.0) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) @@ -240,7 +240,7 @@ DEPENDENCIES byebug capybara (~> 2.13.0) email_validator (~> 1.6) - httparty (~> 0.15) + httparty (~> 0.21) jquery-rails (~> 4.3) listen pg (~> 1.0)