Ruby cannot load such file - active_support/core_ext/object/blank
Solution 1:
Running brew style
fixed this issue for me.
Update
As mentioned in the comments, for some people the solution is:
brew update-reset
Solution 2:
Had the same problem. I had to run brew update-reset
to fix it.