From 6fb26ea48565fabe8d53e0fc6c098188eff293d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:27:12 +0000 Subject: [PATCH] build(deps): bump httparty from 0.17.3 to 0.18.1 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.17.3 to 0.18.1. - [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.17.3...v0.18.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index db4accfb..abedd7da 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'gds_metrics', '~> 0.1.0' gem 'prometheus_exporter', '~> 0.4.5' # HTTP -gem 'httparty', '~> 0.17.0' +gem 'httparty', '~> 0.18.1' # Canonical meta tag gem 'canonical-rails' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..bc5ae140 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - httparty (0.17.3) + httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.8.3) @@ -440,7 +440,7 @@ DEPENDENCIES guard-rspec haml-rails health_check (~> 3.0) - httparty (~> 0.17.0) + httparty (~> 0.18.1) invisible_captcha iso8601 (~> 0.12.1) jbuilder (~> 2.8)