Skip to content

Commit

Permalink
Merge pull request #663 from sco11morgan/load-open-uri
Browse files Browse the repository at this point in the history
fix rescue of OpenURI
  • Loading branch information
rafaelfranca authored Jul 24, 2019
2 parents 81bfaa3 + 44a25e5 commit 418fbe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/thor/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
require "pathname"

class Thor::Runner < Thor #:nodoc: # rubocop:disable ClassLength
autoload :OpenURI, "open-uri"

map "-T" => :list, "-i" => :install, "-u" => :update, "-v" => :version

def self.banner(command, all = false, subcommand = false)
Expand Down

0 comments on commit 418fbe6

Please sign in to comment.