• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ruby-grape / grape / 27479716970 / 3
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: perf/build-headers-each-header
DEFAULT BRANCH: master
Ran 13 Jun 2026 09:33PM UTC
Files 167
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Jun 2026 09:31PM UTC coverage: 95.243% (-0.2%) from 95.438%
27479716970.3

Pull #2764

github

ericproulx
Route Grape::Json through the non-deprecated MultiJSON API

multi_json 1.21.0 deprecated the `MultiJson` constant (in favor of
`MultiJSON`) and the `MultiJSON.dump`/`MultiJSON.load` method names (in
favor of `generate`/`parse`), all removed in 2.0. Grape detected the
backend via `::MultiJson` and called `dump`/`load`, so users on
multi_json >= 1.21 saw deprecation warnings (#2763).

Detect `::MultiJSON` and give `Grape::Json` a small facade whose
`dump`/`load` delegate to `MultiJSON.generate`/`parse` (byte-identical
output) and which re-exposes `parse`. Behavior is unchanged on every
path; the stdlib and legacy multi_json (< 1.21) fallbacks are untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #2764: Route Grape::Json through the non-deprecated MultiJSON API

1098 of 1219 branches covered (90.07%)

Branch coverage included in aggregate %.

3527 of 3637 relevant lines covered (96.98%)

959.27 hits per line

Source Files on job run-3.4-gemfiles/rails_7_2.gemfile - 27479716970.3
  • Tree
  • List 167
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27479716970
  • 80b6d08d on github
  • Prev Job for on fix/2763-multijson-deprecations (#27449980546.16)
  • Next Job for on fix/2763-multijson-deprecations (#27480155161.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc