You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded from Ruby 3.3 to 3.4.1 and this gem is generating the following logs:
.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
Steps/Sample code to reproduce the issue
Load the FacebookAds::AdAccount class
Observed Results:
$ irb
> FacebookAds::AdAccount
/Users/ben/.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
/Users/ben/.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
/Users/ben/.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
/Users/ben/.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
Expected Results:
What did you expect to happen?
Either suppress the warning if it's actually safe, or a different approach.
The text was updated successfully, but these errors were encountered:
Which SDK version are you using?
facebookbusiness-21.0.2
What's the issue?
Upgraded from Ruby 3.3 to 3.4.1 and this gem is generating the following logs:
.rvm/gems/ruby-3.4.1/gems/facebookbusiness-21.0.2/lib/facebook_ads/fields.rb:30: warning: redefining 'object_id' may cause serious problems
Steps/Sample code to reproduce the issue
Load the
FacebookAds::AdAccount
classObserved Results:
Expected Results:
Either suppress the warning if it's actually safe, or a different approach.
The text was updated successfully, but these errors were encountered: