Codebase list ruby-gitlab / debian/latest debian / patches / relax-dependency-terminal-table.patch
debian/latest

Tree @debian/latest (Download .tar.gz)

relax-dependency-terminal-table.patch @debian/latestraw · history · blame

Description: relax dependency in gemspecs on terminal-table gem
  to allow the next major upstream version
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2021-01-25
Forwarded: not-needed

--- a/gitlab.gemspec
+++ b/gitlab.gemspec
@@ -23,7 +23,7 @@
   gem.required_ruby_version = '>= 2.5'
 
   gem.add_runtime_dependency 'httparty', '~> 0.18'
-  gem.add_runtime_dependency 'terminal-table', '~> 1.5', '>= 1.5.1'
+  gem.add_runtime_dependency 'terminal-table', '>= 1.5.1'
 
   gem.add_development_dependency 'rake'
   gem.add_development_dependency 'rspec'