diff --git a/Gemfile b/Gemfile index 1a5f4c0b..fbe12ac3 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "gibbon", "~> 2.2" gem "google-api-client", "~> 0.27" gem "honeycomb-rails" gem "html_truncator", "~> 0.4" -gem "httparty", "~> 0.16" +gem "httparty", "~> 0.21" gem "inline_svg", "~> 1.3" gem "jbuilder", "~> 2.8" gem "jquery-rails", "~> 4.3" diff --git a/Gemfile.lock b/Gemfile.lock index c7c050cf..18c7627a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -532,8 +532,8 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - httparty (0.16.3) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) i18n (1.6.0) @@ -593,9 +593,9 @@ GEM thread_safe (~> 0.3, >= 0.3.1) memory_profiler (0.9.12) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2022.0105) mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -1003,7 +1003,7 @@ DEPENDENCIES guard-rspec (~> 4.7) honeycomb-rails html_truncator (~> 0.4) - httparty (~> 0.16) + httparty (~> 0.21) inline_svg (~> 1.3) jbuilder (~> 2.8) jquery-rails (~> 4.3)