From 1c50ce072694e569baec13443a13b66c3fa70e83 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 16 Apr 2018 19:09:06 +1000 Subject: [PATCH] Tightening Depends... ~~~~ Bundler could not find compatible versions for gem "posix-spawn": In Gemfile: gitlab-flowdock-git-hook (>= 1.0.1, ~> 1.0) was resolved to 1.0.1, which depends on gitlab-grit (>= 2.4.1) was resolved to 2.8.2, which depends on posix-spawn (~> 0.3) Could not find gem 'posix-spawn (~> 0.3)', which is required by gem 'gitlab-grit (>= 2.4.1)', in any of the sources. ~~~~ --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index cd6d15ea7d..15422383ea 100644 --- a/debian/control +++ b/debian/control @@ -177,6 +177,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-jira (>= 1.4~), # Flowdock integration ruby-gitlab-flowdock-git-hook (>= 1.0.1-4~), + ruby-posix-spawn (>= 0.3.13~), # Gemnasium integration ruby-gemnasium-gitlab-service (>= 0.2~), # Slack integration