From 01c4a636ee494a643c67db567d38b562f82d3ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:06:18 +0000 Subject: [PATCH] Bump httparty from 0.13.5 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.13.5 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.13.5...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 4df3f66..99229da 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :production do gem 'rails_12factor' end -gem 'httparty', '0.13.5' +gem 'httparty', '0.21.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin] diff --git a/Gemfile.lock b/Gemfile.lock index 2c6b065..071c515 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,8 +55,8 @@ GEM ffi (1.9.25) globalid (0.4.1) activesupport (>= 4.2.0) - httparty (0.13.5) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -164,7 +164,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) - httparty (= 0.13.5) + httparty (= 0.21.0) jbuilder (~> 2.0) jquery-rails pg