Skip to content

chore(deps-dev): bump smarter_csv from 1.15.0 to 1.15.1#2475

Merged
KralMarko123 merged 1 commit intomasterfrom
dependabot/bundler/smarter_csv-1.15.1
Feb 20, 2026
Merged

chore(deps-dev): bump smarter_csv from 1.15.0 to 1.15.1#2475
KralMarko123 merged 1 commit intomasterfrom
dependabot/bundler/smarter_csv-1.15.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps smarter_csv from 1.15.0 to 1.15.1.

Changelog

Sourced from smarter_csv's changelog.

1.15.1 (2026-02-17)

Bug Fix

  • Fix for quoted fields ending with backslash ([issue #316](tilo/smarter_csv#316), [issue #252](tilo/smarter_csv#252)): Since v1.8.5, SmarterCSV unconditionally treated \" as an escaped quote, which caused MalformedCSV or EOFError for CSV files containing literal backslashes in quoted fields (e.g. Windows paths like "C:\Users\").

New Option

  • New option quote_escaping: Controls how quotes are escaped inside quoted fields. Default: :auto. See Parsing Strategy for details.
    • :auto (default): Tries backslash-escape interpretation first, falls back to RFC 4180 if parsing fails. This handles both conventions automatically without breaking existing data.
    • :double_quotes (RFC 4180): Only doubled quotes ("") escape a quote character. Backslash is always literal.
    • :backslash (MySQL/Unix): \" is treated as an escaped quote.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [smarter_csv](https://github.com/tilo/smarter_csv) from 1.15.0 to 1.15.1.
- [Changelog](https://github.com/tilo/smarter_csv/blob/main/CHANGELOG.md)
- [Commits](tilo/smarter_csv@v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: smarter_csv
  dependency-version: 1.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Feb 17, 2026
@KralMarko123 KralMarko123 merged commit 156504c into master Feb 20, 2026
4 checks passed
@KralMarko123 KralMarko123 deleted the dependabot/bundler/smarter_csv-1.15.1 branch February 20, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant