summaryrefslogtreecommitdiff
path: root/ext/psych/psych.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/psych.gemspec')
-rw-r--r--ext/psych/psych.gemspec3
1 files changed, 1 insertions, 2 deletions
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"