From d50d6cc2a7fad556033cd3a3e7d51848b6f15d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:59:19 +0000 Subject: [PATCH] Bump yajl-ruby from 1.3.1 to 1.4.2 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.3.1 to 1.4.2. - [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..dd1028e 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.2' diff --git a/Gemfile.lock b/Gemfile.lock index bf3b9d6..fc88a90 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.2) PLATFORMS ruby DEPENDENCIES jekyll - yajl-ruby (~> 1.3.1) + yajl-ruby (~> 1.4.2) BUNDLED WITH 1.16.1