]> git.openstreetmap.org Git - rails.git/commit
Alter the Makefile to be robust against bundler warnings
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Aug 2018 04:36:31 +0000 (12:36 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Aug 2018 04:36:31 +0000 (12:36 +0800)
commit8db7f5aeac94e01b9f104b985e175d2438d47000
tree1559806d3051244a77cdd9603947f938690a1eee
parent06915a77b5af2ab0354e895c3c1ceb0e028f37fb
Alter the Makefile to be robust against bundler warnings

In bundle < 2.0, warnings are printed to stdout, along with the path information
that we need. This takes the final line of the output and assumes it's the path.

Fixes #1930
db/functions/Makefile