Package: unicorn Version: 5.4.1-1 Followup-For: Bug #918916 For reference:
As a workaround, changing _both_ versions in the shipped gemspec and the version in the filename from 0 to 5.4.1 fixes packages which depend on this, e.g. gitlab. Detailed steps: 1. Edit /usr/share/rubygems-integration/2.5.0/specifications/unicorn-0.gemspec 2. On line 2, change 0 to 5.4.1 so it reads: # stub: unicorn 5.4.1 ruby lib 3. On line 7, change 0 to 5.4.1 so it reads: s.version = "5.4.1" 4. Rename the file to unicorn-5.4.1.gemspec Thanks, Julian Calaby