Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning Method Redefined Discarding Old Require #1434

Open
joel opened this issue Aug 16, 2023 · 0 comments
Open

Warning Method Redefined Discarding Old Require #1434

joel opened this issue Aug 16, 2023 · 0 comments

Comments

@joel
Copy link

joel commented Aug 16, 2023

With Ruby 3.2.2 running Rspec output those warning:

/ruby/3.2.2/bin/ruby -w -I/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-core-3.12.2/lib:/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-support-3.12.1/lib /ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-core-3.12.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb

/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/nodes/condition.rb:286: warning: method redefined; discarding old arel_predicate
/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/nodes/condition.rb:218: warning: previous definition of arel_predicate was here
/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/nodes/grouping.rb:29: warning: method redefined; discarding old conditions
/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/context.rb:7: warning: method redefined; discarding old arel_visitor
/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/helpers/form_builder.rb:10: warning: method redefined; discarding old value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant