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
+1
View File
@@ -18,6 +18,7 @@ group :benchmark, :test do
end
group :test do
gem 'rubocop', '~> 1.44.0'
gem 'rubocop-shopify', '~> 2.7.0', require: false
gem 'rubocop-performance', require: false
-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