From e5d6be6c0f5ceae65dc37d95a602c71905631987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 7 May 2018 08:12:48 +0000 Subject: [PATCH] Update yajl-ruby requirement to ~> 1.4.0 Updates the requirements on [yajl-ruby](https://github.com/brianmario/yajl-ruby) to permit the latest version. - [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/1.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 99af78c443d..1f418ad45fc 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :jekyll_optional_dependencies do gem "pygments.rb", "~> 1.0" gem "rdiscount", "~> 2.0" gem "redcarpet", "~> 3.2", ">= 3.2.3" - gem "yajl-ruby", "~> 1.3.1" + gem "yajl-ruby", "~> 1.4.0" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem