diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-10-29 21:15:49 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-10-29 21:15:49 +0000 |
commit | b713707b93aeaf944bb6ba85a72a17ab2656e523 (patch) | |
tree | d863862d3105b94caea6214dab959cd5233b7a64 /textproc/rubygem-html-pipeline-gitlab | |
parent | Tool to view space usage in your terminal. (diff) |
textproc/rubygem-html-pipeline: update to 2.2.2
Notes
Notes:
svn path=/head/; revision=400479
Diffstat (limited to 'textproc/rubygem-html-pipeline-gitlab')
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec b/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec index abe6a52e9ac0..ab88777905e8 100644 --- a/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec +++ b/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec @@ -1,8 +1,11 @@ ---- html-pipeline-gitlab.gemspec.orig 2015-05-12 18:41:42 UTC +--- html-pipeline-gitlab.gemspec.orig 2015-10-29 21:00:29 UTC +++ html-pipeline-gitlab.gemspec -@@ -27,7 +27,7 @@ Gem::Specification.new do |s| +@@ -25,9 +25,9 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q<bundler>, ["~> 1.6"]) + s.add_development_dependency(%q<rake>, ["~> 10.0"]) s.add_development_dependency(%q<pry>, ["~> 0.9"]) - s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"]) +- s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"]) ++ s.add_runtime_dependency(%q<html-pipeline>, [">= 1.11.0"]) s.add_runtime_dependency(%q<gitlab_emoji>, ["~> 0.1"]) - s.add_runtime_dependency(%q<sanitize>, ["~> 2.1"]) + s.add_runtime_dependency(%q<sanitize>, [">= 2.1"]) |