Skip to content

Commit

Permalink
Lock concurrent-ruby
Browse files Browse the repository at this point in the history
Hitting issue with logger:

```
uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
```

Stack overflow says this is the way.
  • Loading branch information
jnunemaker committed Feb 4, 2025
1 parent 0dc4071 commit 8e971f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Dir['flipper-*.gemspec'].each do |gemspec|
gemspec(name: "flipper-#{plugin}", development_group: plugin)
end

gem 'concurrent-ruby', '1.3.4'
gem 'debug'
gem 'rake'
gem 'statsd-ruby', '~> 1.2.1'
Expand Down

0 comments on commit 8e971f1

Please sign in to comment.