Sven Schwyn

Results 90 comments of Sven Schwyn

I've just seen [there's an aging PR](https://github.com/rubysec/bundler-audit/pull/110) on this. It may not be the Holy Grail, but given Bundler has a major deprecation warning for the old `Gemfile.lock` in place...

I wrote that in a kinda misleading way: Bundler is not deprecating `Gemfile` (and my guess: it never will), but a "major deprecations" method prints a warning which suggests that...

@postmodern Great, looking good! There's just a tiny thing I'd change: ```ruby LOCK_FILES = %w[Gemfile.lock gems.locked] ``` Maybe better flip the two since Bundler uses `gems.locked` if both are present.

Weird, another inconsistency of Bundler since the warning suggests otherwise. Never mind, having both is bad to begin with.

This would be very useful, even more so on newer Homebrew installs which no longer reside in `/usr/local` but in `/opt/homebrew` and therefore requires quite a bit more yada yada:...

@flavorjones Thanks for calling back, in fact, I've worked around this issue by only applying the transformation to the segments which require it. 99% of the documents I build are...

@vzajkov Thanks a lot for your work on this! Would be really great to get custom loggers and DRY at least my code quite a bit.

@postmodern I'd prefer the latter I guess: There might be other features in the future which require dependencies as well, the same detection could be used then without the need...

January is Ruby upping month, so I revisit this issue. With some time gone by, I now second @nscott, `--feature jemalloc` would be a great extension to `ruby-install`. Happy new...

@dblock Thanks for your quick reply. Sure thing, I'll help with these docs to make things easier for people like myself. However, I have to understand it myself first. The...