From 35321eae7d7f5ba8c73bc95b72939dba1cdbc7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:01:52 +0000 Subject: [PATCH] Bump yajl-ruby from 1.1.0 to 1.4.2 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.1.0 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 50b717c..0f3a411 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.2' gem 'thin', '1.5.0' gem 'mustache', '0.99.3' diff --git a/Gemfile.lock b/Gemfile.lock index 5039637..af06e90 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.2) 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.2) BUNDLED WITH 1.12.5