Skip to content

Commit

Permalink
Newest concurrent-ruby drops dependency on logger
Browse files Browse the repository at this point in the history
Causing

NameError:
  uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

on Rails < 7.1

https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md#release-v135-edge-v072-15-january-2025
  • Loading branch information
fidel committed Jan 18, 2025
1 parent de6f9cf commit 3216e4d
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion aggregate_root/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/dres_client/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
ast (2.4.2)
bigdecimal (3.1.9)
closed_struct (1.0.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crack (1.0.0)
bigdecimal
rexml
Expand Down
2 changes: 1 addition & 1 deletion contrib/dres_rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
xpath (~> 3.2)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/minitest-ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
zeitwerk (~> 2.3)
ast (2.4.2)
byebug (11.1.3)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
flipper (0.28.3)
concurrent-ruby (< 2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
byebug (11.1.3)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
flipper (0.28.3)
concurrent-ruby (< 2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
byebug (11.1.3)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
byebug (11.1.3)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-newrelic/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
minitest (5.25.4)
mutant (0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
builder (3.3.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
builder (3.3.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
builder (3.3.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_7_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
builder (3.3.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.sidekiq_6_5.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
builder (3.3.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-profiler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-protobuf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-protobuf/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.4.1)
diff-lcs (1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-protobuf/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.4.1)
diff-lcs (1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-protobuf/Gemfile.rails_7_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-rom/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-sidekiq_scheduler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-transformations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/Gemfile.rails_7_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/spec/dummy_6_1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
concurrent-ruby
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.4.1)
erubi (1.13.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/spec/dummy_7_0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
concurrent-ruby
base64 (0.2.0)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.4.1)
erubi (1.13.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/spec/dummy_7_1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rails_event_store/spec/dummy_7_2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
crass (1.0.6)
date (3.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
ast (2.4.2)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
ast (2.4.2)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
bigdecimal (3.1.9)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-active_record/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
bigdecimal (3.1.9)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-browser/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-browser/Gemfile.rack_2_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-rspec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.3)
drb (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down

0 comments on commit 3216e4d

Please sign in to comment.