Skip to content

Commit d9d26ad

Browse files
committed
Merge pull request #397 from developingchris/fix_build_192
reverted 1.9.2 require removal
2 parents 82c9545 + c20eb12 commit d9d26ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/thor/shell/basic.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'tempfile'
2+
require 'io/console' if RUBY_VERSION > '1.9.2'
23

34
class Thor
45
module Shell

0 commit comments

Comments
 (0)