Skip to content

Commit 121a907

Browse files
committed
Use mruby-print only exist for latest master
1 parent d60c801 commit 121a907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrbgem.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ MRuby::Gem::Specification.new('mruby-stringio') do |spec|
33
spec.author = 'ksss <[email protected]>'
44
spec.summary = 'StringIO class'
55

6-
spec.add_dependency('mruby-print', core: 'mruby-print')
6+
spec.add_dependency('mruby-print', core: 'mruby-print') if Dir.exist? "#{MRUBY_ROOT}/mrbgems/mruby-print"
77
spec.add_dependency('mruby-enumerator', core: 'mruby-enumerator')
88
end

0 commit comments

Comments
 (0)