There was an error while loading. Please reload this page.
1 parent fddf3e6 commit df58e23Copy full SHA for df58e23
1 file changed
.ci.gemfile
@@ -28,3 +28,7 @@ if RUBY_VERSION >= "3.4.0"
28
gem "mutex_m" if activerecord_version < "7.1"
29
gem "base64" if activerecord_version < "7.0"
30
end
31
+
32
+if RUBY_VERSION >= "4.0.0"
33
+ gem "logger"
34
+end
0 commit comments