| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-25 | 655 Bytes | |
| v0.10.7 source code.tar.gz | 2026-01-25 | 1.1 MB | |
| v0.10.7 source code.zip | 2026-01-25 | 1.3 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
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