From 63b23056a584bb3ec2fd32ff95afbe1af2aaa60c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 10 Nov 2018 20:19:42 +0100 Subject: [PATCH] Bump gon --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index de4ffab02..cdfc01605 100644 --- a/Gemfile +++ b/Gemfile @@ -187,7 +187,7 @@ gem "typhoeus", "1.3.1" # Views -gem "gon", "6.2.0" +gem "gon", "6.2.1" gem "hamlit", "2.8.8" gem "mobile-fu", "1.4.0" gem "rails-timeago", "2.16.0" diff --git a/Gemfile.lock b/Gemfile.lock index 119722de2..faf57cb49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM terminal-table (>= 1.5.1) globalid (0.4.1) activesupport (>= 4.2.0) - gon (6.2.0) + gon (6.2.1) actionpack (>= 3.0) multi_json request_store (>= 1.0) @@ -793,7 +793,7 @@ DEPENDENCIES fixture_builder (= 0.5.2.rc3) fog-aws (= 3.3.0) fuubar (= 2.3.2) - gon (= 6.2.0) + gon (= 6.2.1) guard (= 2.14.2) guard-cucumber (= 2.1.2) guard-rspec (= 4.7.3)