From 0a5abaf745bf40de27bf4fac2172aaeacc2e2637 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 30 Nov 2016 14:24:12 +0000 Subject: Fixed error with `make install` rbinstall.rb couldn't load "psych/versions". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/psych.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/psych/psych.gemspec') diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index 45e949a040..df91ff43cd 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -1,6 +1,5 @@ # -*- encoding: utf-8 -*- -$LOAD_PATH.unshift './lib' -load 'psych/versions.rb' +require 'psych' Gem::Specification.new do |s| s.name = "psych" -- cgit v1.2.3