We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bacbc commit b9ca831Copy full SHA for b9ca831
Gemfile
@@ -78,6 +78,8 @@ group :test do
78
gem 'bigdecimal'
79
gem 'mutex_m'
80
gem 'ostruct'
81
+ elsif Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('2.2.100')
82
+ gem 'logger', '< 1.3'
83
end
84
if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] >= '6.0.0'
85
gem 'zeitwerk', :require => false
0 commit comments