From 292aa6b3a60ef695622a452364b93bf2831dd3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:49:09 +0000 Subject: [PATCH] Bump httparty from 0.16.2 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.16.2 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.16.2...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 a712b54..ac631a9 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'omniauth-github', '~> 1.3' gem 'whenever', require: false gem 'friendly_id', '~> 5.1.0' gem 'sitemap_generator', '~> 6.0', '>= 6.0.1' -gem 'httparty', '~> 0.16.2' +gem 'httparty', '~> 0.21.0' gem 'twilio-ruby', '~> 5.10.3' gem "font-awesome-rails" gem 'stripe', '~> 3.15' diff --git a/Gemfile.lock b/Gemfile.lock index 11977ff..a449eae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,8 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashie (3.5.7) - httparty (0.16.2) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -358,7 +359,7 @@ DEPENDENCIES foreman (~> 0.84.0) friendly_id (~> 5.1.0) gravatar_image_tag! - httparty (~> 0.16.2) + httparty (~> 0.21.0) jbuilder (~> 2.5) jquery-rails (~> 4.3.1) listen (>= 3.0.5, < 3.2)