Skip to content

Commit c20eb12

Browse files
reverted 1.9.2 require removal
1 parent 82c9545 commit c20eb12

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)