diff --git a/Gemfile b/Gemfile index 782804b..7db88d1 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "octokit", "~> 10.0" gem "googleauth", "~> 1.17" gem "google-apis-safebrowsing_v4", "~> 0.22.0" -gem "json", "2.21.1" +gem "json", "2.21.2" gem "bigdecimal", "4.0.1" gem "bcrypt", "3.1.21" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6..de778f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.21.1) + json (2.21.2) jwt (3.2.0) base64 language_server-protocol (3.17.0.6) @@ -587,7 +587,7 @@ DEPENDENCIES googleauth (~> 1.17) importmap-rails jbuilder - json (= 2.21.1) + json (= 2.21.2) mini_magick (~> 5.3) octokit (~> 10.0) ostruct (~> 0.6.3)