What is a "circular argument reference" error, with activesupport time_zone? What is a "circular argument reference" error, with activesupport time_zone? ruby ruby

What is a "circular argument reference" error, with activesupport time_zone?


You see this warning message because your Rails version is 4.0.5. The issue has been fixed on Rails 4.0.6.

Update your Gemfile and run bundle update rails.

If you want to know the background of this issue, read my answer to another question https://stackoverflow.com/a/30733016/513554.