thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
317 stars 37 forks source link

Add `ostruct` to `Gemfile` #2642

Closed smaboshe closed 1 month ago

smaboshe commented 1 month ago

We are getting a warning about ostruct while running tests during local development:

~/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/rack-2.2.9/lib/rack/show_exceptions.rb:3: warning: ~/.asdf/installs/ruby/3.3.5/lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.

This commit adds ostruct to the Gemfile to clear the warning.