From b4987b8871495608dec987a6cc72dcbf16b9232c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:58:55 +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:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bd06170..6323d16 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :test do gem "simplecov", require: false gem "pry" - gem "yajl-ruby", "= 1.1.0" + gem "yajl-ruby", "1.4.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 2a83c08..d4a4f06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM simplecov-html (~> 0.8.0) simplecov-html (0.8.0) slop (3.4.6) - yajl-ruby (1.1.0) + yajl-ruby (1.4.2) yard (0.8.7) PLATFORMS @@ -41,5 +41,5 @@ DEPENDENCIES rake rspec (~> 3.3) simplecov - yajl-ruby (= 1.1.0) + yajl-ruby (= 1.4.2) yard