aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 18:12:44 +0200
committerTeddy Wing2017-04-29 19:15:46 +0200
commit11a36c450eb70f31e3c6bd107ee66320d10aed3b (patch)
tree87fc737a648c588f73df0aea31eba80ab49d2f4e
parent9a5e4413a0776b79e90ab6a3e95ed9dea1eb7a1d (diff)
downloaddbshell-rails-11a36c450eb70f31e3c6bd107ee66320d10aed3b.tar.bz2
Rakefile: Use single quotes
Get rid of auto-generated double quotes in the `require` call.
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 809eb56..c702cfc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,2 +1 @@
-require "bundler/gem_tasks"
-
+require 'bundler/gem_tasks'