From 537e489f3b048aacbe4752c886888eff5d782406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:11:21 +0000 Subject: [PATCH] Bump json from 1.8.1 to 2.5.1 Bumps [json](https://github.com/flori/json) from 1.8.1 to 2.5.1. - [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.1...v2.5.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55336dfa..29a555bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,42 +3,41 @@ PATH specs: songkick-oauth2-provider (0.10.3) activerecord - bcrypt-ruby + bcrypt json rack GEM remote: https://rubygems.org/ specs: - activemodel (4.1.1) - activesupport (= 4.1.1) + activemodel (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) - activerecord (4.1.1) - activemodel (= 4.1.1) - activesupport (= 4.1.1) - arel (~> 5.0.0) - activesupport (4.1.1) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activerecord (4.2.11.3) + activemodel (= 4.2.11.3) + activesupport (= 4.2.11.3) + arel (~> 6.0) + activesupport (4.2.11.3) + i18n (~> 0.7) minitest (~> 5.1) - thread_safe (~> 0.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) appraisal (0.4.1) bundler rake - arel (5.0.1.20140414130214) - bcrypt (3.1.7) - bcrypt-ruby (3.1.5) - bcrypt (>= 3.1.3) - builder (3.2.2) + arel (6.0.4) + bcrypt (3.1.16) + builder (3.2.4) + concurrent-ruby (1.1.8) daemons (1.1.9) diff-lcs (1.2.5) eventmachine (1.0.3) factory_girl (2.6.4) activesupport (>= 2.3.9) - i18n (0.6.9) - json (1.8.1) - minitest (5.3.4) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (2.5.1) + minitest (5.14.4) protected_attributes (1.0.8) activemodel (>= 4.0.1, < 5.0) rack (1.5.2) @@ -62,9 +61,9 @@ GEM daemons (>= 1.0.9) eventmachine (>= 1.0.0) rack (>= 1.0.0) - thread_safe (0.3.4) + thread_safe (0.3.6) tilt (1.4.1) - tzinfo (1.2.0) + tzinfo (1.2.9) thread_safe (~> 0.1) PLATFORMS