diff --git a/Gemfile b/Gemfile index 1a46f0399c7..a8860e1ade9 100644 --- a/Gemfile +++ b/Gemfile @@ -518,7 +518,7 @@ gem 'json-schema', '~> 2.8.0' gem 'json_schemer', '~> 0.2.12' gem 'oj', '~> 3.10.6' gem 'multi_json', '~> 1.14.1' -gem 'yajl-ruby', '~> 1.4.1', require: 'yajl' +gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' gem 'webauthn', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index d5d700e4721..9df420c3180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1316,7 +1316,7 @@ GEM xml-simple (1.1.5) xpath (3.2.0) nokogiri (~> 1.8) - yajl-ruby (1.4.1) + yajl-ruby (1.4.3) zeitwerk (2.4.2) PLATFORMS @@ -1594,7 +1594,7 @@ DEPENDENCIES webmock (~> 3.9.1) webrick (~> 1.6.1) wikicloth (= 0.8.1) - yajl-ruby (~> 1.4.1) + yajl-ruby (~> 1.4.3) BUNDLED WITH 2.1.4