Skip to content

Update table_print from 1.5.6 to 1.5.7

George Koltsov requested to merge table_print-1.5.7 into master

Updating table_print from 1.5.6 to 1.5.7 will suppress some warning messages on our pipeline logs.

https://github.com/arches/table_print/compare/v1.5.6...591affe (there is no tag for v1.5.7 of the gem in the upstream Git repo)

Before

/builds/gitlab-org/gitlab-qa/vendor/ruby/2.7.0/gems/table_print-1.5.6/lib/table_print/column.rb:13: warning: method redefined; discarding old name=
/builds/gitlab-org/gitlab-qa/vendor/ruby/2.7.0/gems/table_print-1.5.6/lib/table_print/returnable.rb:27: warning: mismatched indentations at 'end' with 'def' at 25

via https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/1096233932

After

/builds/gitlab-org/gitlab-qa/vendor/ruby/2.7.0/gems/table_print-1.5.7/lib/table_print/column.rb:13: warning: method redefined; discarding old name=

via https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/1096251374

Edited by George Koltsov

Merge request reports