We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1795faa commit 12ba3a8Copy full SHA for 12ba3a8
lib/extension_helper.rb
@@ -20,7 +20,7 @@ def self.jruby?
20
rescue LoadError
21
# may be a Windows cross-compiled native gem
22
begin
23
- require "#{RUBY_VERSION[0..2]}/concurrent/extension"
+ require "concurrent/#{RUBY_VERSION[0..2]}/extension"
24
@@c_ext_loaded = true
25
26
warn 'Performance on MRI may be improved with the concurrent-ruby-ext gem. Please see http://concurrent-ruby.com'
0 commit comments