From ba16a08b9e31d74c0089af8bf02f3300152b719b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:13:57 +0000 Subject: [PATCH] Bump httparty from 0.13.7 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.13.7 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.7...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 d828d97..dcdf8b4 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'octicons-rails', '~> 2.1.1' gem 'actionpack-action_caching', '~> 1.1.1' gem 'redis', '~> 3.2.0' gem 'puma', '~> 2.11.1' -gem 'httparty', '~> 0.13.3' +gem 'httparty', '~> 0.21.0' gem 'kaminari', '~> 0.16.3' gem 'dalli', '~> 2.7.4' gem 'omniauth-github', '~> 1.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index ed25eb3..a93e5cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,8 +105,8 @@ GEM activesupport (>= 4.2.0) hashie (3.5.7) hitimes (1.2.6) - httparty (0.13.7) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.9.1) concurrent-ruby (~> 1.0) @@ -299,7 +299,7 @@ DEPENDENCIES dotenv-rails (~> 2.0.2) factory_girl_rails (~> 4.5.0) fakeredis (~> 0.5.0) - httparty (~> 0.13.3) + httparty (~> 0.21.0) kaminari (~> 0.16.3) lograge (~> 0.3.4) mocha (~> 1.1.0)