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

Ignore eval method redefined warning #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ArtemDordovskyi
Copy link

Describe

I see warning (eval):1: warning: method redefined; discarding old sitemap_sample

Steps to reproduce

  1. Create rails application
rails new test-eval
cd test-eval
  1. Add gem sitemap_generator
bundle add sitemap_generator -v=6.3.0
  1. Run command
bundle exec rake -T

Environment

  • Ruby version: 3.2.1
  • Bundle version: 2.4.5
  • Integration framework version:
    • Rack: 3.0.11
    • Rails: 7.1.3.2
    • Rake: 13.2.1
Error messages:
(eval):1: warning: method redefined; discarding old sitemap_sample

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

Successfully merging this pull request may close these issues.

1 participant