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

Add csv dependency to gemspec #35

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

tnagatomi
Copy link
Contributor

When this gem is loaded, warning log is outputted because 'csv' will no longer be part of the default gems starting from Ruby 3.4.0.

Example log:

❯ bin/rails middleware
/Users/tnagatomi/.local/share/mise/installs/ruby/3.3.5/lib/ruby/3.3.0/bundled_gems.rb:75: warning: /Users/tnagatomi/.local/share/mise/installs/ruby/3.3.5/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add csv to your Gemfile or gemspec to silence this warning.

I added 'csv' dependency to gemspec to fix this.

Copy link
Owner

@yhirano55 yhirano55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for your contribution and for taking the time to submit this pull request. I sincerely apologize for the delay in reviewing it.

@yhirano55 yhirano55 merged commit 6a38f14 into yhirano55:main Jan 1, 2025
@tnagatomi tnagatomi deleted the add-csv-dependency-to-gemspec branch January 1, 2025 20:17
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.

2 participants