From cfc7a8e3563f006159774326950d626dbb5f5aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:22:04 +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 | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5cd96c1..230dadc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.7' # Make HTTP API calls a party -gem 'httparty', '~> 0.13.7' +gem 'httparty', '~> 0.21.0' # Use db to manage sessions gem 'activerecord-session_store' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 515a8b0..839d8d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,14 +84,13 @@ GEM ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) - httparty (0.13.7) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - json (1.8.6) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -218,7 +217,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (>= 2.15) - httparty (~> 0.13.7) + httparty (~> 0.21.0) jbuilder (~> 2.7) listen (~> 3.2) pg