Skip to content
Snippets Groups Projects
Verified Commit a9d120fc authored by Stewart Ferguson's avatar Stewart Ferguson
Browse files

Updating rouge dependency to 3.7.0 (Closes: #933784)

parent 0a289425
No related branches found
Tags debian/121+compat0.1-3
No related merge requests found
......@@ -32,7 +32,7 @@ Build-Depends: dbconfig-common,
ruby-rmagick (>= 2.14.0~),
ruby-roadie (>= 3.2.2~),
ruby-roadie-rails (>= 1.3.0~),
ruby-rouge (>= 3.3.0~)
ruby-rouge (>= 3.7.0~)
Build-Depends-Indep: po-debconf
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/ruby-team/redmine
......@@ -71,7 +71,7 @@ Depends: dbconfig-common,
ruby-rmagick (>= 2.14.0~),
ruby-roadie (>= 3.2.2~),
ruby-roadie-rails (>= 1.3.0~),
ruby-rouge (>= 3.3.0~),
ruby-rouge (>= 3.7.0~),
libjs-jquery,
libjs-jquery-ui,
libjs-raphael,
......
Description: Updating rouge dependency to 3.7.0
Debian provides ruby-rouge 3.7.0 while redmine 4.0.4 requires ~>3.3.0.
Shortly after releasing 4.0.4 upstream updated rouge dependency to 3.7.0
with no further changes to the sources. Therefore it is safe to do the same
in Debian's release of 4.0.4.
.
This change is already applied in redmine release 4.1.0. This patch should be
removed when importing that version or higher.
Author: Stewart Ferguson <stew@ferg.aero>
Bug: http://www.redmine.org/issues/31556
Forwarded: not-needed
Applied-Upstream: 4.1.0
Last-Update: 2019-08-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "bundler", ">= 1.5.0"
gem "rails", "~> 5.2.2"
-gem "rouge", "~> 3.3.0"
+gem "rouge", "~> 3.7.0"
gem "request_store", "~> 1.1"
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"
......@@ -4,3 +4,4 @@
0004-Add-multi-tenancy-support.patch
0005-Assume-default-instance.patch
use_system_jquery_libs.patch
rouge_3_7.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment