From 96b181b74aeac226d45a1f4d4a13488931b2b72d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 1 May 2017 04:05:32 +0200 Subject: rails.rb: Change to single-quotes Follow this package's convention. --- lib/dbshell/rails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dbshell/rails.rb b/lib/dbshell/rails.rb index 30d17be..2404819 100644 --- a/lib/dbshell/rails.rb +++ b/lib/dbshell/rails.rb @@ -1,4 +1,4 @@ -require "dbshell/rails/version" +require 'dbshell/rails/version' load File.expand_path('../rails/tasks/dbshell.rake', __FILE__) -- cgit v1.2.3