relax dependencies
This commit is contained in:
parent
23d874964a
commit
b9f2d25561
3 changed files with 24 additions and 0 deletions
11
debian/patches/0360-relax-rdoc.patch
vendored
Normal file
11
debian/patches/0360-relax-rdoc.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -120,7 +120,7 @@
|
||||
gem 'gitlab-markup', '~> 1.5', '>= 1.5.1'
|
||||
gem 'redcarpet', '~> 3.4'
|
||||
gem 'RedCloth', '~> 4.3', '>= 4.3.2'
|
||||
-gem 'rdoc', '~> 4.2'
|
||||
+gem 'rdoc', '>= 4.2'
|
||||
gem 'org-ruby', '~> 0.9.12'
|
||||
gem 'creole', '~> 0.5.0'
|
||||
gem 'wikicloth', '0.8.1'
|
11
debian/patches/0370-relax-prof.patch
vendored
Normal file
11
debian/patches/0370-relax-prof.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -356,7 +356,7 @@
|
||||
gem 'email_reply_trimmer', '~> 0.1'
|
||||
gem 'html2text'
|
||||
|
||||
-gem 'ruby-prof', '~> 0.16.2'
|
||||
+gem 'ruby-prof', '~> 0.16'
|
||||
|
||||
# OAuth
|
||||
gem 'oauth2', '~> 1.4'
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -17,6 +17,8 @@ pid-log-paths.patch
|
|||
0330-relax-acts-as-taggable-on.patch
|
||||
0340-relax-httparty.patch
|
||||
0350-relax-oj.patch
|
||||
0360-relax-rdoc.patch
|
||||
0370-relax-prof.patch
|
||||
0410-set-webpack-root.patch
|
||||
0420-use-system-libs.patch
|
||||
add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue