]> git.openstreetmap.org Git - rails.git/commitdiff
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)
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


No differences found