|
You are here |
avi.io | ||
| | | | |
ankane.org
|
|
| | | | | I've created a few Ruby gems over the years, and there are a number of patterns I've found myself repeating that I wanted to share. I didn't invent... | |
| | | | |
gist.github.com
|
|
| | | | | A Common .ruby-version File For Ruby Projects. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
blog.presidentbeef.com
|
|
| | | | | [AI summary] The article discusses bundling dependencies within Ruby gems to avoid version conflicts and isolate dependencies, using Brakeman as a case study. | |
| | | | |
sitr.us
|
|
| | | I have a project, git-format-staged, that I build with Nix. It includes NPM dependencies, and it is convenient to have Dependabot keep those up-to-date for me. Dependabot creates pull requests that update package-lock.json when it sees updates with security fixes and such. But my Nix configuration includes a hash of the project NPM dependencies - that hash must be updated when package-lock.json changes. Unfortunately Dependabot does not know how to do that. So I came up with a workflow to help that bot o... | ||