Install CSV as a gem instead of from stdlib #41

Merged
bustikiller merged 1 commits from csv-warning into main 2024-08-11 23:01:30 +00:00
Owner

CSV is going to be removed from stdlib in ruby 3.4, and thus needs to be installed separately.

/opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: /opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.

CSV is going to be removed from stdlib in ruby 3.4, and thus needs to be installed separately. > /opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: /opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.
bustikiller added 1 commit 2024-08-11 21:09:48 +00:00
Install CSV as a gem instead of from stdlib
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 14m23s
7e16000833
bustikiller scheduled this pull request to auto merge when all checks succeed 2024-08-11 21:10:02 +00:00
bustikiller merged commit c28295c018 into main 2024-08-11 23:01:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bustikiller/wedding-planner#41
No description provided.