Fix IRB error "ubygems" (#8199) (#8312)

Merge pull request 8312
This commit is contained in:
iBug ♦ 2020-07-23 15:03:48 +08:00 committed by GitHub
parent df7589ae18
commit 975c091d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,5 +159,5 @@ end
desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -r ./lib/#{name}.rb"
sh "irb -r ./lib/#{name}.rb"
end