Skip to content

Commit aac52b7

Browse files
committed
Fix ErlangActor loading
1 parent 5ce8761 commit aac52b7

File tree

2 files changed

+837
-835
lines changed

2 files changed

+837
-835
lines changed

lib-edge/concurrent-edge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
require 'concurrent/edge/channel'
1414

1515
require 'concurrent/edge/processing_actor'
16-
require 'concurrent/edge/erlang_actor'
16+
require 'concurrent/edge/erlang_actor' if Concurrent.ruby_version :>=, 2, 1, 0

0 commit comments

Comments
 (0)