From 8fecad5fd90900aefe85d418e63d3f41c1b92fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 18:57:07 +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 10020bd..3fd2d29 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'yajl-ruby','~> 1.3.1 ' +gem 'yajl-ruby','~> 1.4.3' group :development do gem 'jekyll', '>= 3.8.6' gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index 010bcaf..adb0340 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM typhoeus (1.4.0) ethon (>= 0.9.0) unicode-display_width (1.7.0) - yajl-ruby (1.3.1) + yajl-ruby (1.4.3) yell (2.2.2) PLATFORMS @@ -136,7 +136,7 @@ DEPENDENCIES jekyll-sitemap (~> 0.8.1) rake therubyracer - yajl-ruby (~> 1.3.1) + yajl-ruby (~> 1.4.3) BUNDLED WITH 2.2.21