From 7a8b2a2dfc9fe91698a0e4bf22a75b5bc31704f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:47:39 +0000 Subject: [PATCH] Bump json from 1.6.5 to 1.6.8 Bumps [json](https://github.com/flori/json) from 1.6.5 to 1.6.8. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/v1.6.8/CHANGES) - [Commits](https://github.com/flori/json/compare/v1.6.5...v1.6.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 731630c..456302d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "http://rubygems.org" gem "middleman", "~>2.0.14" gem "therubyracer-heroku", "~>0.8.0" -gem "json", "~> 1.6.3" \ No newline at end of file +gem "json", "~> 1.6.8" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index de697ea..cbb8743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.1.3) + coffee-script-source (1.12.2) compass (0.11.5) chunky_png (~> 1.2) fssm (>= 0.2.7) @@ -33,7 +33,7 @@ GEM rack (>= 1.0.0) url_mount (~> 0.2.1) i18n (0.6.0) - json (1.6.5) + json (1.6.8) maruku (0.6.0) syntax (>= 1.0.0) middleman (2.0.14) @@ -104,6 +104,6 @@ PLATFORMS ruby DEPENDENCIES - json (~> 1.6.3) + json (~> 1.6.8) middleman (~> 2.0.14) therubyracer-heroku (~> 0.8.0)