Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
redmine
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stewart Ferguson
redmine
Commits
a9d120fc
Verified
Commit
a9d120fc
authored
5 years ago
by
Stewart Ferguson
Browse files
Options
Downloads
Patches
Plain Diff
Updating rouge dependency to 3.7.0 (Closes: #933784)
parent
0a289425
No related branches found
Branches containing commit
Tags
debian/121+compat0.1-3
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+2
-2
2 additions, 2 deletions
debian/control
debian/patches/rouge_3_7.patch
+26
-0
26 additions, 0 deletions
debian/patches/rouge_3_7.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
29 additions
and
2 deletions
debian/control
+
2
−
2
View file @
a9d120fc
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
debian/patches/rouge_3_7.patch
0 → 100644
+
26
−
0
View file @
a9d120fc
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"
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
a9d120fc
...
...
@@ -4,3 +4,4 @@
0004-Add-multi-tenancy-support.patch
0005-Assume-default-instance.patch
use_system_jquery_libs.patch
rouge_3_7.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment