From ae30c6c20d9519a68b73faf7d03c1a51ed152089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 18:58:15 +0000 Subject: [PATCH] Bump yajl-ruby from 1.3.1 to 1.4.3 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/brianmario/yajl-ruby/releases) - [Changelog](https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/yajl-ruby/commits) --- updated-dependencies: - dependency-name: yajl-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f80b709..21e53cf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'jekyll' -gem 'yajl-ruby', '~> 1.3.1' +gem 'yajl-ruby', '~> 1.4.3' diff --git a/Gemfile.lock b/Gemfile.lock index bf3b9d6..1469eb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,14 +36,14 @@ GEM rouge (2.2.1) safe_yaml (1.0.4) sass (3.4.25) - yajl-ruby (1.3.1) + yajl-ruby (1.4.3) PLATFORMS ruby DEPENDENCIES jekyll - yajl-ruby (~> 1.3.1) + yajl-ruby (~> 1.4.3) BUNDLED WITH 1.16.1