Skip to content
Snippets Groups Projects
Commit 35766734 authored by apolcyn's avatar apolcyn Committed by GitHub
Browse files

Merge pull request #11124 from ernie/use-arch-extensions-dir

Remove unnecessary require_relative in Ruby gem
parents bcbc0710 eef382c9
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,6 @@ begin
if File.directory?(distrib_lib_dir)
require_relative "#{distrib_lib_dir}/grpc_c"
else
require_relative 'grpc_c'
require 'grpc/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