From 552a350f9a7f501ca4bca69a375264ba9b5c42aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:00:16 +0000 Subject: [PATCH] Bump yajl-ruby from 1.1.0 to 1.4.3 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.1.0 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 50b717c..ee0da74 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org/" gem 'addressable', '2.2.6' gem 'rack', '1.4.5' -gem 'yajl-ruby', '1.1.0' +gem 'yajl-ruby', '1.4.3' gem 'thin', '1.5.0' gem 'mustache', '0.99.3' diff --git a/Gemfile.lock b/Gemfile.lock index 5039637..31968a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM polyglot (>= 0.3.1) uri-redis (0.4.2) xml-simple (1.1.5) - yajl-ruby (1.1.0) + yajl-ruby (1.4.3) PLATFORMS ruby @@ -106,7 +106,7 @@ DEPENDENCIES storable (= 0.8.9) sysinfo (= 0.7.3) thin (= 1.5.0) - yajl-ruby (= 1.1.0) + yajl-ruby (= 1.4.3) BUNDLED WITH 1.12.5