diff --git a/Gemfile b/Gemfile index bccf1c22a..7e6515955 100644 --- a/Gemfile +++ b/Gemfile @@ -122,7 +122,7 @@ gem 'typhoeus', '0.6.8' # Views -gem 'gon', '5.0.4' +gem 'gon', '5.1.2' gem 'haml', '4.0.5' gem 'mobile-fu', '1.3.1' gem 'will_paginate', '3.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 7d10fcbf9..7a44c583e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,9 +186,11 @@ GEM ruby-progressbar (~> 1.4) gherkin (2.12.2) multi_json (~> 1.3) - gon (5.0.4) + gon (5.1.2) actionpack (>= 2.3.0) json + multi_json + request_store (>= 1.0.5) guard (2.2.5) formatador (>= 0.2.4) listen (~> 2.1) @@ -377,6 +379,7 @@ GEM redis-namespace (1.5.1) redis (~> 3.0, >= 3.0.4) remotipart (1.2.1) + request_store (1.1.0) roxml (3.1.6) activesupport (>= 2.3.0) nokogiri (>= 1.3.3) @@ -511,7 +514,7 @@ DEPENDENCIES foreigner (= 1.6.1) foreman (= 0.62) fuubar (= 1.3.3) - gon (= 5.0.4) + gon (= 5.1.2) guard-cucumber (= 1.4.1) guard-rspec (= 4.2.9) guard-spork (= 1.5.1)