On 5 February 2015 at 20:13, explainer <[email protected]> wrote: > I just got the following message when I ran: > > rake db:drop > > "/home/pi/.rvm/gems/ruby-2.2.0/gems/activesupport-4.0.3/lib/active_support/values/time_zone.rb:282: > warning: circular argument reference - now" > > That is new to me, I have just seen since a 'bundle update"
Check Gemfile.lock against the previous version and see which gems updated. Presumably one of them is causing the problem if it did not happen before the update. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvDHROPju7DT8UkydhwCTTNAFxcEz12SNiXV96Y7Ehv_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

