From b690120c3a51b520166228e64906c427c517bc43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:18:20 +0000 Subject: [PATCH] Bump httparty from 0.8.3 to 0.10.0 in /default_files/ruby/config Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.8.3 to 0.10.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.8.3...v0.10.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- default_files/ruby/config/Gemfile | 2 +- default_files/ruby/config/Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/default_files/ruby/config/Gemfile b/default_files/ruby/config/Gemfile index 99e7cb4ea..84d035f9f 100644 --- a/default_files/ruby/config/Gemfile +++ b/default_files/ruby/config/Gemfile @@ -43,7 +43,7 @@ gem "hashie", "1.2.0" gem "highrise", "3.0.3" gem "hpricot", "0.8.4" gem "htmlentities", "4.3.1" -gem "httparty", "0.8.3" +gem "httparty", "0.10.0" gem "httpauth", "0.1" gem "httpclient", "2.2.4" gem "i18n", "0.6.0" diff --git a/default_files/ruby/config/Gemfile.lock b/default_files/ruby/config/Gemfile.lock index 9f5db7977..f865773b5 100644 --- a/default_files/ruby/config/Gemfile.lock +++ b/default_files/ruby/config/Gemfile.lock @@ -82,7 +82,7 @@ GEM activeresource (~> 3.0) hpricot (0.8.4) htmlentities (4.3.1) - httparty (0.8.3) + httparty (0.10.0) multi_json (~> 1.0) multi_xml httpauth (0.1) @@ -107,7 +107,6 @@ GEM json monster_mash (0.3.0) typhoeus (>= 0.3.3) - typhoeus (>= 0.3.3) multi_json (1.1.0) multi_xml (0.5.1) multipart-post (1.1.5) @@ -230,7 +229,7 @@ DEPENDENCIES highrise (= 3.0.3) hpricot (= 0.8.4) htmlentities (= 4.3.1) - httparty (= 0.8.3) + httparty (= 0.10.0) httpauth (= 0.1) httpclient (= 2.2.4) i18n (= 0.6.0)