From abd905c7dd3cf2ac6cb89cc8c0138c65c6adcd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:21:21 +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 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 25ddabc..4dfb95c 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'httparty', '~> 0.13.7' +gem 'httparty', '~> 0.21.0' gem 'rubocop-rails' gem 'solargraph' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e7ef8b6..783406f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,13 +57,12 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) htmlentities (4.3.4) - httparty (0.13.7) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.6.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) - json (1.8.6) jwt (2.2.1) jwt_sessions (2.4.1) jwt (>= 2.1.1, < 3) @@ -80,7 +79,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -184,7 +185,7 @@ DEPENDENCIES bcrypt (~> 3.1.7) bootsnap (>= 1.1.0) byebug - httparty (~> 0.13.7) + httparty (~> 0.21.0) jwt_sessions listen (>= 3.0.5, < 3.2) puma (~> 3.11)