New
v0.10.7
This is security and bug-fix release.
Security:
- Update httparty gem to 0.24.2. Fix CVE-2025-68696.
- Brakeman: set
Rails.application.config.action_dispatch.cookies_serializerto:json(#2425). - Brakeman: add
rel: "noopener noreferrer"to all places withtarget: "_blank"(#2425).
Bug-fixes:
- Update
brakemangem from 7.0.2 to 7.1.1. - Update
thrustergem from 0.1.15 to 0.1.17. - Update tzinfo-data gem from 1.2025.2 to 1.2025.3.
- Ruby 3.4.8.
- Sync GitHub Actions with main.
- Fix API JSON serialization for Mongoid documents (PR #2601) by @elektronaut