Relax dependency on ruby-browser
This commit is contained in:
parent
c6d931219a
commit
adec0870be
3 changed files with 43 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -89,7 +89,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# GitLab Pages letsencrypt support
|
# GitLab Pages letsencrypt support
|
||||||
ruby-acme-client (>= 2.0.6~),
|
ruby-acme-client (>= 2.0.6~),
|
||||||
# Browser detection
|
# Browser detection
|
||||||
ruby-browser (>= 2.5~),
|
ruby-browser (>= 4.2~),
|
||||||
# GPG
|
# GPG
|
||||||
ruby-gpgme (>= 2.0.19~),
|
ruby-gpgme (>= 2.0.19~),
|
||||||
# LDAP Auth
|
# LDAP Auth
|
||||||
|
|
41
debian/patches/0487-relax-browser.patch
vendored
Normal file
41
debian/patches/0487-relax-browser.patch
vendored
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
From bf53d8ef7eb5dfdfc825267c5bb2ec8c0e17948f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Pirate Praveen <praveen@debian.org>
|
||||||
|
Date: Mon, 13 Jul 2020 10:41:30 +0000
|
||||||
|
Subject: [PATCH] Update browser rubygem 2.5 to 4.2
|
||||||
|
|
||||||
|
---
|
||||||
|
Gemfile | 2 +-
|
||||||
|
Gemfile.lock | 4 ++--
|
||||||
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -66,7 +66,7 @@
|
||||||
|
gem 'acme-client', '~> 2.0', '>= 2.0.6'
|
||||||
|
|
||||||
|
# Browser detection
|
||||||
|
-gem 'browser', '~> 2.5'
|
||||||
|
+gem 'browser', '~> 4.2'
|
||||||
|
|
||||||
|
# GPG
|
||||||
|
gem 'gpgme', '~> 2.0', '>= 2.0.19'
|
||||||
|
--- a/Gemfile.lock
|
||||||
|
+++ b/Gemfile.lock
|
||||||
|
@@ -125,7 +125,7 @@
|
||||||
|
actionpack (>= 5.0)
|
||||||
|
activemodel (>= 5.0)
|
||||||
|
brakeman (4.2.1)
|
||||||
|
- browser (2.5.3)
|
||||||
|
+ browser (4.2.0)
|
||||||
|
builder (3.2.4)
|
||||||
|
bullet (6.0.2)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
|
@@ -1195,7 +1195,7 @@
|
||||||
|
bootsnap (~> 1.4.6)
|
||||||
|
bootstrap_form (~> 4.2.0)
|
||||||
|
brakeman (~> 4.2)
|
||||||
|
- browser (~> 2.5)
|
||||||
|
+ browser (~> 4.2)
|
||||||
|
bullet (~> 6.0.2)
|
||||||
|
bundler-audit (~> 0.6.1)
|
||||||
|
capybara (~> 3.22.0)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,6 +13,7 @@
|
||||||
0484-relax-grape-entity.patch
|
0484-relax-grape-entity.patch
|
||||||
0485-relax-gitlab-sidekiq-fetcher.patch
|
0485-relax-gitlab-sidekiq-fetcher.patch
|
||||||
0486-relax-sidekiq.patch
|
0486-relax-sidekiq.patch
|
||||||
|
0487-relax-browser.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue