ruby-grape / grape-swagger-rails

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

Warnings regarding ostruct on Ruby >= 3.3.5 #121

Closed padde closed 1 month ago

padde commented 1 month ago

On Ruby versions >= 3.3.5 the following warning is generated:

/Users/pat/.asdf/installs/ruby/3.3.5/lib/ruby/3.3.0/bundled_gems.rb:75: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.