Bump httparty from 0.18.1 to 0.19.0 (#14693)

Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.18.1 to 0.19.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.18.1...v0.19.0)

---
updated-dependencies:
- dependency-name: httparty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-10 08:53:23 -04:00 committed by GitHub
parent 84f2fc885e
commit d60d26b148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ gem "honeybadger", "~> 4.9" # Used for tracking application errors
gem "honeycomb-beeline", "~> 2.7.0" # Monitoring and Observability gem
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities
gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy
gem "httparty", "~> 0.19" # Makes http fun! Also, makes consuming restful web services dead easy
gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your images
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL

View file

@ -359,7 +359,7 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
httparty (0.18.1)
httparty (0.19.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
@ -426,7 +426,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mime-types-data (3.2021.0901)
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.1.0)
@ -895,7 +895,7 @@ DEPENDENCIES
honeycomb-beeline (~> 2.7.0)
html_truncator (~> 0.4)
htmlentities (~> 4.3, >= 4.3.4)
httparty (~> 0.18)
httparty (~> 0.19)
hypershield (~> 0.2.2)
imgproxy (~> 2.0)
inline_svg (~> 1.7)

Binary file not shown.

BIN
vendor/cache/httparty-0.19.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.