Hello,

On Tue, 26 Sep 2023 15:30:11 +0200 Lucas Nussbaum <lu...@debian.org> wrote:> > bundle install --local --quiet
> `/sbuild-nonexistent` is not a directory.
> Bundler will use `/tmp/bundler20230926-1767679-427jij1767679' as your home 
directory temporarily.
> Could not find gem 'nokogiri (~> 1.14.0)' in cached gems or installed locally.
> > The source contains the following gems matching 'nokogiri':
>   * nokogiri-1.15.4
> make[1]: *** [debian/rules:20: override_dh_auto_configure] Error 7

Adjusting dependency versions in Gemfile offsets this particular build issue, but one test case fails:

Failure:
IssueTest#test_issue_overdue_should_respect_user_timezone [/home/merkys/redmine-5.0.4/test/unit/issue_test.rb:3381]:
Expected false to be truthy.

rails test test/unit/issue_test.rb:3359

Maybe it is worth to replace all '~>' in Gemfile with '>=' to remove the need to patch the Gemfile with every version bump of its dependencies in Debian?

Best,
Andrius

Reply via email to