diff --git a/Gemfile b/Gemfile index af8bf1163..4fdbe1613 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 4fe4ba6ba..20b5d0f04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/httparty-0.19.0.gem b/vendor/cache/httparty-0.19.0.gem deleted file mode 100644 index 2f5267928..000000000 Binary files a/vendor/cache/httparty-0.19.0.gem and /dev/null differ diff --git a/vendor/cache/httparty-0.20.0.gem b/vendor/cache/httparty-0.20.0.gem new file mode 100644 index 000000000..b345fa317 Binary files /dev/null and b/vendor/cache/httparty-0.20.0.gem differ