File tree Expand file tree Collapse file tree 7 files changed +21
-0
lines changed
Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 5.2.0'
66gem 'activerecord', '~> 5.2.0'
77gem 'sqlite3', '~> 1.3.13'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 6.0.0'
66gem 'activerecord', '~> 6.0.0'
77gem 'sqlite3', '~> 1.4.1'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 6.1.0'
66gem 'activerecord', '~> 6.1.0'
77gem 'sqlite3', '~> 1.4.1'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 7.0.1'
66gem 'activerecord', '~> 7.0.1'
77gem 'sqlite3', '~> 1.4.1'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 7.1.0'
66gem 'activerecord', '~> 7.1.0'
77gem 'sqlite3', '~> 1.7.3'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 7.2.0'
66gem 'activerecord', '~> 7.2.0'
77gem 'sqlite3', '~> 1.7.3'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ gemspec path: '..'
55gem 'activemodel', '~> 8.0.0'
66gem 'activerecord', '~> 8.0.0'
77gem 'sqlite3', '>= 2.1'
8+
9+ # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
10+ gem 'concurrent-ruby', '< 1.3.5'
You can’t perform that action at this time.
0 commit comments