From 6e2c5726339f71cd3a73889a70cc0dc161167698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:27:24 +0000 Subject: [PATCH] Bump httparty from 0.7.8 to 0.10.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.7.8 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.7.8...v0.10.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f7ec29b..c8e9f36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,17 +4,20 @@ GEM activesupport (3.1.1) multi_json (~> 1.0) addressable (2.2.7) - crack (0.1.8) + crack (0.4.3) + safe_yaml (~> 1.0.0) diff-lcs (1.1.3) git (1.2.5) - httparty (0.7.8) - crack (= 0.1.8) + httparty (0.10.0) + multi_json (~> 1.0) + multi_xml i18n (0.6.0) jeweler (1.6.2) bundler (~> 1.0) git (>= 1.2.5) rake multi_json (1.0.4) + multi_xml (0.6.0) rake (0.9.2) rcov (0.9.9) rspec (2.8.0) @@ -25,6 +28,7 @@ GEM rspec-expectations (2.8.0) diff-lcs (~> 1.1.2) rspec-mocks (2.8.0) + safe_yaml (1.0.5) webmock (1.8.0) addressable (>= 2.2.7) crack (>= 0.1.7)