diff --git a/Gemfile b/Gemfile index 5cd96c1..230dadc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.7' # Make HTTP API calls a party -gem 'httparty', '~> 0.13.7' +gem 'httparty', '~> 0.21.0' # Use db to manage sessions gem 'activerecord-session_store' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 515a8b0..839d8d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,14 +84,13 @@ GEM ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) - httparty (0.13.7) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - json (1.8.6) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -218,7 +217,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (>= 2.15) - httparty (~> 0.13.7) + httparty (~> 0.21.0) jbuilder (~> 2.7) listen (~> 3.2) pg