From bdf6eb3a7af39bd476b6b41cfe1f9cb4fb62f48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:30:25 +0000 Subject: [PATCH] Bump yajl-ruby from 1.1.0 to 1.3.1 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.1.0 to 1.3.1. - [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/compare/1.1.0...1.3.1) 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..d3a612c 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.3.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 2a83c08..b4b0531 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.3.1) yard (0.8.7) PLATFORMS @@ -41,5 +41,5 @@ DEPENDENCIES rake rspec (~> 3.3) simplecov - yajl-ruby (= 1.1.0) + yajl-ruby (= 1.3.1) yard