I rebuilt earlier this week without a problem, but as of this morning I get the following warning. Some help to track down/solve the cause would be great!
cd /pups && git pull && /pups/bin/pups --stdin
From https://github.com/discourse/pups
4cfff79..dadedef master -> origin/master
* [new branch] update-test-raketask -> origin/update-test-raketask
Updating 4cfff79..dadedef
Fast-forward
Rakefile | 6 +++++-
lib/pups/config.rb | 1 +
pups.gemspec | 2 +-
test/config_test.rb | 19 ++++++++++++++++++-
test/test_helper.rb | 3 +--
5 files changed, 26 insertions(+), 5 deletions(-)
I, [2021-04-08T07:15:23.054469 #1] INFO -- : Loading --stdin
/pups/lib/pups/config.rb:23:in `[]=': no implicit conversion of Integer into String (TypeError)
from /pups/lib/pups/config.rb:23:in `block in initialize'
from /pups/lib/pups/config.rb:23:in `each'
from /pups/lib/pups/config.rb:23:in `initialize'
from /pups/lib/pups/cli.rb:27:in `new'
from /pups/lib/pups/cli.rb:27:in `run'
from /pups/bin/pups:8:in `<main>'
b633202aedf2a25566fb21e3f1ff7db418cd2d5fe13835c468914e179f3099e9
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.