How do I avoid the circular argument reference warning in activesupport

Rpj

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/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/ruby-ole-1.2.11.7/lib/ole/types/base.rb:265: warning: duplicated key at line 266 ignored: 4095
Dipak Gupta

This is compass issue here. They haven't release new version yet so you may need to wait for it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I avoid a circular reference situation

How Can I Avoid Sql Circular Reference In This Instance?

How do I parameterize getParameterNames to avoid the warning

I have two units and a class in each unit that need each other to function. How do I avoid a circular reference?

How do I resolve this Angular 7 "Circular dependency detected" warning

how do I reference first argument of an enumeration?

How to avoid a circular reference between projects?

How do I get rid of a circular reference in a VBA dynamic range?

How do I rework my code to avoid left shift warning?

How do I avoid pylint warning C0103

How to avoid unexpected argument warning using dataclasses?

How to avoid a meta argument warning in SICStus SPIDER?

Avoid circular reference for classes

Avoid circular reference in Excel

How can I avoid circular reference errors when serializing EF Core results?

How can I avoid the warning message: Only variables should be passed by reference

How do you avoid circular imports in Python?

How do I avoid using these functions before they are defined when I'm coding a circular check in Javascript?

How do I pass an async callback containing an argument that is a reference?

How do I return a reference to a closure's argument from the closure?

Rails gem update not working (version 4.1.1 to 4.2.0) as a solution to "warning: circular argument reference" error

Testing older Rails app: circular argument reference warning, cannot load test/unit/assertions

Is there a way to avoid circular reference in an observable?

How can I create a circular reference of tuples?

How do I avoid a warning when I have a function that can take both mutable and immutable char*

In Ocaml, how do I avoid an unused variable warning if I don't want to use the variable?

How do I require ActiveSupport's rescue_from method?

How do I re-write this Javascript code to avoid JSHint warning?

I am always getting circular structure to JSON error and unhandled promise rejection warning. How do I get rid of it?