CSV dependency issue is not backported to older versions
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 51.7k
- Forks
- 10.3k
- Avg merge
- 23m
- Merged PRs (30d)
- 2
Description
As requested by @ashmaroli:
I had to add these gems to the Gemfile to make it work (Jekyll 3.9.4, Ruby 3.4.4):
gem 'csv' gem 'base64' gem 'bigdecimal'
Originally posted in #9741
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Gemfile dependency additions reported in the issue and read the original discussion in #9741 for the missing backport context. Determine which older Jekyll versions are in scope, then verify that their dependency declarations include the required gems and reproduce the Ruby 3.4.4 setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100