mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 11:44:29 +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