gemfile-go v0.12.0 released!
🏷️
release
gemfile-go
🏷️
v0.12.0
0.12.0 (2026-02-14)
Features
- Enhance Ruby logic support in Gemfiles (1808d5e)
- improve if/unless detection to avoid false positives from comments/strings (415474f)
- make filePath parameter optional for backwards compatibility (fd0fd76)
- normalize relative path sources in tree-sitter parser (aa71e54)
- raise error on RUBY_VERSION/RUBY_ENGINE conditions instead of logging (8961a14)
Bug Fixes
- correct indentation in test function (14a4030)
- relative path resolution in eval_gemfile to match Bundler behavior (4b3be71)
- Remove ENV value logging to prevent secret leakage in CI logs (ea3e573)