You need to work on the blue channel in isolation; -gamma doesn't work that way. The -gamma operator only accepts a single value.
You should do the following for your intended effect:
magick convert gray.png -channel B -gamma 1.5 +channel blue.png