Bump httparty from 0.19.0 to 0.20.0 (#14860)
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.19.0 to 0.20.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.19.0...v0.20.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:
parent
d00a33554e
commit
bc244e7e2a
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -48,7 +48,7 @@ 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 "i18n-js", "~> 3.9.0" # Helps with internationalization in Rails.
|
||||
gem "httparty", "~> 0.19" # Makes http fun! Also, makes consuming restful web services dead easy
|
||||
gem "httparty", "~> 0.20" # 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
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@ GEM
|
|||
http-parser (1.2.3)
|
||||
ffi-compiler (>= 1.0, < 2.0)
|
||||
http_parser.rb (0.6.0)
|
||||
httparty (0.19.0)
|
||||
httparty (0.20.0)
|
||||
mime-types (~> 3.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.8.3)
|
||||
|
|
@ -927,7 +927,7 @@ DEPENDENCIES
|
|||
honeycomb-beeline (~> 2.7.0)
|
||||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
httparty (~> 0.19)
|
||||
httparty (~> 0.20)
|
||||
hypershield (~> 0.2.2)
|
||||
i18n-js (~> 3.9.0)
|
||||
i18n-tasks (~> 0.9.34)
|
||||
|
|
|
|||
BIN
vendor/cache/httparty-0.19.0.gem
vendored
BIN
vendor/cache/httparty-0.19.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/httparty-0.20.0.gem
vendored
Normal file
BIN
vendor/cache/httparty-0.20.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue