ruby-grape / grape-swagger-rails

Swagger UI as Rails Engine for grape-swagger gem.
MIT License
252 stars 197 forks source link

Rails 7 compatibility; fix CI pipeline #124

Closed padde closed 2 months ago

padde commented 2 months ago

While working on #121 I encountered many failures in the CI pipeline even without making any changes. It seems that the main reason for this is that the specs are now running on Rails 7. In particular:

[^2]: "Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the field value, and optional trailing whitespace." RFC 7230, Section 3.2