Fix CI (as it installs RuboCop 1.45.1 and fails) (#1686)

This commit is contained in:
Guilherme Carreiro
2023-02-14 12:24:38 +01:00
committed by GitHub
parent 4599e5459f
commit 84a0289ebc
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -49,8 +49,3 @@ module Database
end
end
end
if __FILE__ == $PROGRAM_NAME
p(Database.tables['collections']['frontpage'].keys)
# p Database.tables['blog']['articles']
end