mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 21:51:41 +08:00

As far as I can tell, sprockets has always expected the third argument to be a `Pathname` object. Not sure what actually changed and why it was working before, but it now throws a `NoMethodError` for `dirname` on `String` in `Context#resolve` # , not sure why this was working before