Skip to content

Commit 3b9d4eb

Browse files
committed
Lock concurrent-ruby version
To fix ``` /home/runner/work/solidus_tracking/solidus_tracking/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in `<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError) Logger::Severity.constants.each do |severity| ^^^^^^ ``` This could be removed once we're solely testing on Rails 7.1+, but because this gem is a bit outdated (Solidus < 4) we need it for now.
1 parent f050da4 commit 3b9d4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ gem 'ostruct'
3030
# This is locked due to a 'stack level too deep' error/bug in v0.1.0.
3131
gem 'state_machines', '~> 0.6.0'
3232

33+
gem 'concurrent-ruby', '1.3.4'
34+
3335
case ENV['DB']
3436
when 'mysql'
3537
gem 'mysql2'

0 commit comments

Comments
 (0)