Skip to content

Commit

Permalink
Use older logger in old ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Dec 27, 2024
1 parent b6bacbc commit b9ca831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ group :test do
gem 'bigdecimal'
gem 'mutex_m'
gem 'ostruct'
elsif Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('2.2.100')
gem 'logger', '< 1.3'
end
if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] >= '6.0.0'
gem 'zeitwerk', :require => false
Expand Down

0 comments on commit b9ca831

Please sign in to comment.