Skip to content
Snippets Groups Projects
Commit 398dde49 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Restoring require_relative.

parent 47127507
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
begin begin
RUBY_VERSION =~ /(\d+\.\d+)/ RUBY_VERSION =~ /(\d+\.\d+)/
require "#{$1}/grpc_c" require_relative "#{$1}/grpc_c"
rescue LoadError rescue LoadError
require_relative 'grpc_c' require_relative 'grpc_c'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment