From 853dc8b41fc70b3fc85930481bf95e1dfcaba90c Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 13 Nov 2014 00:30:39 +0100 Subject: port to ruby2.1 --- config_defaults.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config_defaults.rb') diff --git a/config_defaults.rb b/config_defaults.rb index c6e2b8e..77a5e9a 100644 --- a/config_defaults.rb +++ b/config_defaults.rb @@ -61,8 +61,8 @@ $conf.default_css = "default.css" if File.exists?("config.rb") || File.exists?("../config.rb") - require "config" + require_relative "config" end -require "vcs_#{$conf.vcs}" +require_relative "vcs_#{$conf.vcs}" -- cgit v1.2.3