Closed padde closed 1 month ago
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! |
Generated by :no_entry_sign: Danger
Want to rebase this one?
@dblock done, please review.
Good work @padde! Interested in helping out with maintaining this library, maybe make the next release? If yes drop me an email to dblock at dblock dot org with your rubygems username.
Fixes #121
The
ostruct
gem was historically included in the default gems included with Ruby. Starting with Ruby 3.3.5 though, requiringostruct
without explicitly adding it as dependency generates the following warning:As of Ruby 3.5, the
ostruct
gem will then no longer be shipped with Ruby so we need to explicitly add it to the dependencies.Blockers
124
Fixes CI
125
Updates CI matrix so it will be easier to add Ruby 3.3 Bumps grape-swagger to 2.1.1 so it runs with the latest grape release again
TODO