mattbrictson / mattbrictson/bundleup
Support gems.rb and gems.lock files
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Ruby
- Stars
- 193
- Forks
- 6
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
`bundleup` incorrectly expects `Gemfile` and `Gemfile.lock` to be present in a project is using `gems.rb` and `gems.lock` files.
Expected behaviour:
Correctly detect and update `gems.rb` and `gems.lock` file.
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 by tracing how bundleup detects Gemfile and Gemfile.lock, then compare that behavior with projects using gems.rb and gems.lock. Update the detection and update paths so both naming conventions are handled, and verify that the expected files are correctly detected and updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100