summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-02 15:59:16 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-02 15:59:16 +0200
commit6f743ac7bacded9356323fcc5855bdf97c66adcd (patch)
treea1e0e2dce6d3b3033106c24689205aafc907ce1e /Rakefile
parent506b3c8def705b9d8893564343a8ea782830d19a (diff)
downloadpry-6f743ac7bacded9356323fcc5855bdf97c66adcd.tar.gz
rubocop: fix offences of the Style/SpecialGlobalVars cop
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a7b575c4..6dcef816 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
require 'rake/clean'
require 'rubygems/package_task'
-$:.unshift 'lib'
+$LOAD_PATH.unshift 'lib'
require 'pry/version'
CLOBBER.include('**/*~', '**/*#*', '**/*.log')