Bump httparty from 0.17.0 to 0.17.1 (#4087) [ci skip]

Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.17.0 to 0.17.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.0...v0.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-23 13:18:23 -04:00 committed by Mac Siri
parent 737fa9f26a
commit 50f405eb3a
2 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API
gem "google-api-client", "~> 0.31" # Client for accessing Google APIs
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4"
gem "httparty", "~> 0.16" # Makes http fun! Also, makes consuming restful web services dead easy
gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web services dead easy
gem "inline_svg", "~> 1.5" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.9" # Create JSON structures via a Builder-style DSL
gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails

View file

@ -417,7 +417,7 @@ GEM
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
httparty (0.17.0)
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
@ -477,9 +477,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (0.9.14)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2019.0904)
mimemagic (0.3.3)
mini_magick (4.9.5)
mini_mime (1.0.2)
@ -914,7 +914,7 @@ DEPENDENCIES
guard-rspec (~> 4.7)
html_truncator (~> 0.4)
htmlentities (~> 4.3, >= 4.3.4)
httparty (~> 0.16)
httparty (~> 0.17)
inline_svg (~> 1.5)
jbuilder (~> 2.9)
jquery-rails (~> 4.3)