Hiroshi SHIBATA 0ea1e09c6d Fix the gemspec error snippet on Windows drive-letter paths
Bundler::DSLError#to_s read the offending line number from
`trace_line.split(":")[1]`. On Windows the backtrace path carries a drive
letter such as `C:`, so that field is the path rather than the number, and
the negative index that follows garbles the source snippet. Match the number
that sits right before `:in` or the end of the line instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 10:16:23 +09:00
..
2026-04-21 07:39:51 +00:00
2026-06-24 23:18:05 +09:00
2026-04-16 16:48:17 +09:00
2026-06-02 05:17:51 +00:00
2026-06-22 01:17:19 +00:00