Skip to content

Commit

Permalink
Fix IRB error "ubygems" (#8199) (#8312)
Browse files Browse the repository at this point in the history
Merge pull request 8312
  • Loading branch information
iBug committed Jul 23, 2020
1 parent df7589a commit 975c091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 975c091

Please sign in to comment.