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
The specs were failing on newer versions of Ruby due to ActiveRecord 6. There was a hardcoded check for version 5, and this was causing a conditional spec to fallback to version 4. The spec has been updated to now test accordingly when the version is either below or above 5 (this is where the actual distinction lies).
Ruby 2.3 and 2.4 are both EOL'd, so it's time to update CI. https://www.ruby-lang.org/en/downloads/branches/.
sql_footprint/.travis.yml
Lines 7 to 9 in 90d33b4
Not sure what CMM is on these days, but I hope you have upgraded past these. 😆
Would fix CI for #36 too.
The text was updated successfully, but these errors were encountered: