From 71e7db76a8e59403906ea52ec4edc223be32811c Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 4 Feb 2026 02:09:14 +0000 Subject: [PATCH] chore(deps): update dependency json to '~> 2.18', '>= 2.18.1' --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f2a6cff..a963c5e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ gem 'virtus', '~> 1.0' gem 'facets', '~> 3.1' gem 'thor', '~> 0.19' gem 'aws-sdk','~> 2.6' -gem 'json', '~> 2.0' +gem 'json', '~> 2.18', '>= 2.18.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6ae04c5..6c20f5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM i18n (0.7.0) ice_nine (0.11.2) jmespath (1.3.1) - json (2.0.3) + json (2.18.1) minitest (5.10.1) multi_json (1.12.1) multipart-post (2.0.0) @@ -66,10 +66,10 @@ DEPENDENCIES aws-sdk (~> 2.6) dogapi (~> 1.23) facets (~> 3.1) - json (~> 2.0) + json (~> 2.18, >= 2.18.1) slack-ruby-client (~> 0.7) thor (~> 0.19) virtus (~> 1.0) BUNDLED WITH - 1.12.5 + 2.7.2