From 88a793d2091bd1da4235a8c5085d7fa3d9f9ddae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 01:32:17 +0000 Subject: [PATCH] Bump json from 1.8.6 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.6 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.8.6...v2.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a7809c6..7546b75 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'sinatra-flash', '~> 0.3.0' gem 'ims-lti', '~> 1.1.4' gem 'dm-core' gem 'dm-migrations' -gem 'json', '~> 1.8.6' +gem 'json', '~> 2.3.0' gem 'encrypted_cookie' group :production do diff --git a/Gemfile.lock b/Gemfile.lock index 6cc6fd7..b551e81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM ims-lti (1.1.13) builder oauth (>= 0.4.5, < 0.6) - json (1.8.6) + json (2.3.0) multi_json (1.14.1) oauth (0.5.4) pg (1.2.3) @@ -64,7 +64,7 @@ DEPENDENCIES dm-sqlite-adapter encrypted_cookie ims-lti (~> 1.1.4) - json (~> 1.8.6) + json (~> 2.3.0) pg sinatra (~> 1.4.4) sinatra-contrib (~> 1.4.2)