ruby-grape / grape

An opinionated framework for creating REST-like APIs in Ruby.
http://www.ruby-grape.org
MIT License
9.86k stars 1.22k forks source link

Added Rack version specs to ensure the correct version is loaded. #2433

Closed dblock closed 2 months ago

dblock commented 2 months ago

A followup for https://github.com/ruby-grape/grape/pull/2431.

grape-bot commented 2 months ago
1 Warning
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.
1 Message
:book: We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Here's an example of a CHANGELOG.md entry:

* [#2433](https://github.com/ruby-grape/grape/pull/2433): Added rack version specs to ensure the correct version is loaded - [@dblock](https://github.com/dblock).

Generated by :no_entry_sign: Danger

dblock commented 2 months ago

@ericproulx take a look pls?