From 409006c6fdd3aceb2c51572afd8a015938316574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 13 Apr 2018 08:15:11 +0000 Subject: [PATCH] Update i18n requirement to >= 0.7, < 2.0 Updates the requirements on [i18n](https://github.com/svenfuchs/i18n) to permit the latest version. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/svenfuchs/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/commits/v0.9.5) Signed-off-by: dependabot[bot] --- jekyll.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll.gemspec b/jekyll.gemspec index e00cdb001ab..8622cb6d6fc 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency("addressable", "~> 2.4") s.add_runtime_dependency("colorator", "~> 1.0") s.add_runtime_dependency("em-websocket", "~> 0.5") - s.add_runtime_dependency("i18n", "~> 0.7") + s.add_runtime_dependency("i18n", ">= 0.7", "< 2.0") s.add_runtime_dependency("jekyll-sass-converter", "~> 1.0") s.add_runtime_dependency("jekyll-watch", "~> 2.0") s.add_runtime_dependency("kramdown", "~> 1.14")