File: relax-colorator.patch

package info (click to toggle)
jekyll 3.1.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,820 kB
  • ctags: 997
  • sloc: ruby: 10,045; sh: 145; xml: 59; makefile: 28
file content (16 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: relax dependency for colorator
 Jekyl 3.2 should bump the version in Gemspec and this patch can be dropped
Author: Cédric Boutillier <boutil@debian.org>
Forwarded: not needed
Last-Update: 2016-07-06
--- a/jekyll.gemspec
+++ b/jekyll.gemspec
@@ -469,7 +469,7 @@
   s.add_runtime_dependency('kramdown',  '~> 1.3')
   s.add_runtime_dependency('mercenary', '~> 0.3.3')
   s.add_runtime_dependency('safe_yaml', '~> 1.0')
-  s.add_runtime_dependency('colorator', '~> 0.1')
+  s.add_runtime_dependency('colorator')
   s.add_runtime_dependency('rouge', '~> 2.0')
   s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0')
   s.add_runtime_dependency('jekyll-watch', '~> 1.1')