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
Add Gemfile and fix tests for Ruby 4.x compatibility
- Add Gemfile with test dependencies (minitest,csv, gruff, etc.)
- Pin minitest to version 5.x to avoid breaking changes introduced in minitest 6.x
- Require minitest/mock in test_helper.rb for stub method
- Update CI to use bundler-cache and bundle exec
0 commit comments