summaryrefslogtreecommitdiff
path: root/net/rubygem-grpc/files/patch-src_ruby_lib_grpc.rb
blob: 2671a57a57f49ddf68efadabc19939d8a2a68594 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/ruby/lib/grpc.rb.orig	2020-09-23 17:48:57 UTC
+++ src/ruby/lib/grpc.rb
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ssl_roots_path = File.expand_path('../../../../etc/roots.pem', __FILE__)
+ssl_roots_path = '%%LOCALBASE%%/etc/ssl/cert.pem'
 
 require_relative 'grpc/errors'
 require_relative 'grpc/structs'