From adb0795db6bc5a03cab695f6bab54f7a0a70a5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 8 Jan 2019 14:48:49 +0000 Subject: [PATCH] Update yajl-ruby requirement from ~> 1.2.0 to >= 1.2, < 1.5 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.1) Signed-off-by: dependabot[bot] --- pygments.rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments.rb.gemspec b/pygments.rb.gemspec index 17d09711..3c4efbaa 100644 --- a/pygments.rb.gemspec +++ b/pygments.rb.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.email = ['aman@tmm1.net'] s.license = 'MIT' - s.add_dependency 'yajl-ruby', '~> 1.2.0' + s.add_dependency 'yajl-ruby', '>= 1.2', '< 1.5' s.add_dependency 'posix-spawn', '~> 0.3.6' s.add_development_dependency 'rake-compiler', '~> 0.7.6'