Hi, thank you for looking into this. What I'm asking is to adapt the dependencies of the package redmine so that they reflect the requirements of the Gemfile. Doing
dpkg -s redmine redmine-sqlite | grep '^Depends:' I see Depends: .., ruby-i18n (>= 1.10.0~) .. ruby-mini-mime (>= 1.0.1~) .. ruby-nokogiri (>= 1.14.0~) .. ruby-rbpdf (>= 1.19~), ruby-redcarpet (>= 3.5.1~) .. ruby-rouge (>= 4.2.0~) Depends: .. ruby-sqlite3 (>= 1.4.0~) Therefore, upgrading redmine and redmine-sqlite does not automatically upgrade the ruby package dependencies. For example, on my system I do the upgrade with aptitude: sudo aptitude -t sid install '~Uredmine' which gives The following packages will be upgraded: redmine redmine-sqlite ruby-rouge The installed versions of packages redmine and redmine-sqlite depend on are: ii ruby-i18n 1.14.5-1 ii ruby-mini-mime 1.1.5-1 ii ruby-nokogiri 1.16.4+dfsg-1 ii ruby-rbpdf 1.21.3+dfsg-1 ii ruby-redcarpet 3.6.0-1+b3 ii ruby-rouge 4.5.1-1 ii ruby-sqlite3 1.4.2-4+b3 Shouldn't all these packages be upgraded automatically when upgrading redmine? Regards, Jörg. _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
