How do I avoid the circular argument reference warning in activesupport. Happens on ruby 2.2.0
/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/act
I ran into the same issue as well, yo can sue the following steps to resolve it (worked for me).
$ gem uninstall compass $ gem update --system $ gem install compass