From fea2a90fa854ffb7fe8d6a62a5c658696f6b068a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 05:27:05 +0000 Subject: [PATCH] Update rake-compiler requirement from ~> 0.7.6 to ~> 1.0.9 Updates the requirements on [rake-compiler](https://github.com/luislavena/rake-compiler) to permit the latest version. - [Release notes](https://github.com/luislavena/rake-compiler/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.txt) - [Commits](https://github.com/luislavena/rake-compiler/compare/v0.7.6...v1.0.9) Signed-off-by: dependabot-preview[bot] --- pygments.rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments.rb.gemspec b/pygments.rb.gemspec index 17d09711..6df38fa2 100644 --- a/pygments.rb.gemspec +++ b/pygments.rb.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.add_dependency 'yajl-ruby', '~> 1.2.0' s.add_dependency 'posix-spawn', '~> 0.3.6' - s.add_development_dependency 'rake-compiler', '~> 0.7.6' + s.add_development_dependency 'rake-compiler', '~> 1.0.9' # s.extensions = ['ext/extconf.rb'] s.require_paths = ['lib']