diff options
author | Teddy Wing | 2017-04-29 18:12:44 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-29 19:15:46 +0200 |
commit | 11a36c450eb70f31e3c6bd107ee66320d10aed3b (patch) | |
tree | 87fc737a648c588f73df0aea31eba80ab49d2f4e /Rakefile | |
parent | 9a5e4413a0776b79e90ab6a3e95ed9dea1eb7a1d (diff) | |
download | dbshell-rails-11a36c450eb70f31e3c6bd107ee66320d10aed3b.tar.bz2 |
Rakefile: Use single quotes
Get rid of auto-generated double quotes in the `require` call.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,2 +1 @@ -require "bundler/gem_tasks" - +require 'bundler/gem_tasks' |