Skip to content

Commit d58df12

Browse files
committed
Fix uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger for older rails
1 parent e710864 commit d58df12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gemfiles/6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ source "https://rubygems.org"
33
gem "rubocop", require: false
44
gem "codeclimate-test-reporter"
55
gem "rails", "~> 6.1"
6+
gem 'concurrent-ruby', '< 1.3.5'
67

78
gemspec path: "../"

gemfiles/7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ source "https://rubygems.org"
33
gem "rubocop", require: false
44
gem "codeclimate-test-reporter"
55
gem "rails", "~> 7.0"
6+
gem 'concurrent-ruby', '< 1.3.5'
67

78
gemspec path: "../"

0 commit comments

Comments
 (0)