From 9f43b2e30ef999868c3c7b01cadcf61f61cfcd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 02:03:27 +0000 Subject: [PATCH] Bump yajl-ruby from 0.8.3 to 1.4.3 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 0.8.3 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 7fbcc9ed33..888cbee956 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rake', '~> 0.9.2' gem 'nanoc', '~> 3.3.7' gem 'kramdown', '~> 0.13.2' gem 'nokogiri', '~> 1.4.4' -gem 'yajl-ruby', '~> 0.8.2' +gem 'yajl-ruby', '~> 1.4.3' gem 'pygments.rb' gem 'mime-types', '~> 1.16' gem 'coderay' diff --git a/Gemfile.lock b/Gemfile.lock index 857d181cc9..bc4f43cfe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM rubypython (0.5.3) blankslate (>= 2.1.2.3) ffi (~> 1.0.7) - yajl-ruby (0.8.3) + yajl-ruby (1.4.3) PLATFORMS ruby @@ -35,4 +35,4 @@ DEPENDENCIES nokogiri (~> 1.4.4) pygments.rb rake (~> 0.9.2) - yajl-ruby (~> 0.8.2) + yajl-ruby (~> 1.4.3)