Skip to content

Commit 2564984

Browse files
committed
Install 'logger' in ruby 4
1 parent 56f9e35 commit 2564984

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ platforms :rbx do
2020
gem 'rubysl-stringio'
2121
end
2222

23+
platforms :ruby do
24+
install_if -> { RUBY_VERSION[0] == '4' } do
25+
gem 'logger', '1.7.0'
26+
end
27+
end
28+
2329
gemspec

0 commit comments

Comments
 (0)