You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running bundle exec rspec we are currently getting:
~/.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.
You can add ostruct to your Gemfile or gemspec to silence this warning.
Should we add ostruct to our Gemfile?
The text was updated successfully, but these errors were encountered:
When running
bundle exec rspec
we are currently getting:Should we add
ostruct
to ourGemfile
?The text was updated successfully, but these errors were encountered: