[DRE-commits] [gitlab] 02/02: tighten versions, add new dependencies

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Aug 18 19:13:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master-9.2
in repository gitlab.

commit 979c5f23326ccbc3925da6f6f09531fd3200f5c4
Author: Pirate Praveen <praveen at debian.org>
Date:   Sat Aug 19 00:41:26 2017 +0530

    tighten versions, add new dependencies
---
 debian/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 2aca9bd..043b1fa 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ucf,
  gitlab-shell (>= 3.6.6-4~),
  gitlab-workhorse (>= 0.8.5~),
- ruby-rails (>= 2:4.2.7~),
+ ruby-rails (>= 2:4.2.8~),
  ruby-rails (<< 2:5),
  ruby-rails-deprecated-sanitizer (>= 1.0.3~),
  ruby-responders (>= 2.0~),
@@ -46,7 +46,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 # Authentication libraries
  ruby-devise (>= 4.2~),
  ruby-doorkeeper (>= 4.0~),
- ruby-omniauth (>= 1.3.1~),
+ ruby-doorkeeper-openid-connect,
+ ruby-omniauth (>= 1.4.2~),
  ruby-omniauth-auth0 (>= 1.4.1~),
  ruby-omniauth-azure-oauth2 (>= 0.0.6~),
  ruby-omniauth-bitbucket (>= 0.0.2~),
@@ -56,11 +57,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-omniauth-gitlab (>= 1.0.2~),
  ruby-omniauth-google-oauth2 (>= 0.4.1~),
  ruby-omniauth-kerberos (>= 0.3.0-3~),
+ ruby-omniauth-oauth2-generic,
  ruby-omniauth-saml (>= 1.7.0~),
  ruby-omniauth-shibboleth (>= 1.2.0~),
  ruby-omniauth-twitter (>= 1.2.0~),
  ruby-omniauth-crowd (>= 2.2.0~),
+ ruby-omniauth-authentiq,
  ruby-rack-oauth2 (>= 1.2.1~),
+ ruby-jwt (>= 1.5.6~),
 # Spam and anti-bot protection
  ruby-recaptcha (>= 3.0~),
  ruby-akismet,
@@ -69,6 +73,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-rqrcode-rails3 (>= 0.1.7~),
  ruby-attr-encrypted (>= 3.0~),
  ruby-u2f,
+# GitLab Pages
+ ruby-validates-hostname,
 # Browser detection
  ruby-browser (>= 2.2~),
 # Extracting information from a git repository
@@ -81,15 +87,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 # Language detection
  ruby-github-linguist (>= 4.7.0~),
 # API
- ruby-grape (>= 0.16.2-2~),
+ ruby-grape (>= 0.19.0~),
  ruby-grape-entity (>= 0.6~),
  ruby-rack-cors (>= 0.4.0~),
+# Disable strong_params so that Mash does not respond to :permitted?
+ ruby-hashie-forbidden-attributes,
 # Pagination
  ruby-kaminari (>= 0.17~),
 # HAML
  ruby-hamlit (>= 2.7~),
 # Files attachments
- ruby-carrierwave (>= 0.9~),
+ ruby-carrierwave (>= 1.0~),
 # Drag and Drop UI
  ruby-dropzonejs-rails (>= 0.7.1~),
 # for backups

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list