diff --git a/Gemfile b/Gemfile index 72c77d3..84dd457 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'omniauth-facebook', '4.0.0' gem 'pg', '0.20.0', :group => :production gem 'rdiscount', '1.6.8' gem 'rack-no-www', '0.0.2' -gem 'httparty', '0.13.1' +gem 'httparty', '0.21.0' gem 'rack-cache', '1.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index a76ad9e..8c50b50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,8 +128,8 @@ GEM actionpack (>= 4.1) activesupport (>= 4.1) hashie (3.5.5) - httparty (0.13.1) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.8.1) inherited_resources (1.9.0) @@ -163,6 +163,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) + mini_mime (1.1.2) mini_portile2 (2.1.0) minitest (5.10.1) multi_json (1.12.1) @@ -293,7 +294,7 @@ DEPENDENCIES cucumber-rails (= 1.4.5) database_cleaner (= 1.3.0) haml (= 4.0.5) - httparty (= 0.13.1) + httparty (= 0.21.0) jquery-rails json (= 1.8.6) omniauth (= 1.4.2)