Skip to content

Commit df58e23

Browse files
committed
Add logger to Gemfile on Ruby 4.0
1 parent fddf3e6 commit df58e23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ci.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ if RUBY_VERSION >= "3.4.0"
2828
gem "mutex_m" if activerecord_version < "7.1"
2929
gem "base64" if activerecord_version < "7.0"
3030
end
31+
32+
if RUBY_VERSION >= "4.0.0"
33+
gem "logger"
34+
end

0 commit comments

Comments
 (0)