diff --git a/Gemfile b/Gemfile index 123e13e66..7dbf321ee 100644 --- a/Gemfile +++ b/Gemfile @@ -188,7 +188,7 @@ gem "typhoeus", "1.3.0" # Views -gem "gon", "6.1.0" +gem "gon", "6.2.0" gem "hamlit", "2.8.6" gem "mobile-fu", "1.4.0" gem "rails-timeago", "2.16.0" diff --git a/Gemfile.lock b/Gemfile.lock index ad4af429e..655ea5a60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,9 +248,8 @@ GEM terminal-table globalid (0.4.1) activesupport (>= 4.2.0) - gon (6.1.0) + gon (6.2.0) actionpack (>= 3.0) - json multi_json request_store (>= 1.0) guard (2.14.1) @@ -585,7 +584,8 @@ GEM ffi (>= 0.5.0, < 2) redcarpet (3.4.0) redis (3.3.5) - request_store (1.3.2) + request_store (1.4.1) + rack (>= 1.4) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -796,7 +796,7 @@ DEPENDENCIES fixture_builder (= 0.5.0) fog-aws (= 2.0.1) fuubar (= 2.2.0) - gon (= 6.1.0) + gon (= 6.2.0) guard (= 2.14.1) guard-cucumber (= 2.1.2) guard-rspec (= 4.7.3)