Rakefile in rbs-1.3.3 vs Rakefile in rbs-1.4.0

- old
+ new

@@ -61,9 +61,13 @@ if lib == ["resolv"] lib << "socket" lib << "timeout" end + if lib == ["openssl"] + lib << "socket" + end + sh "#{ruby} #{rbs} #{lib.map {|l| "-r #{l}"}.join(" ")} validate --silent" end end FileList["test/stdlib/**/*_test.rb"].each do |test|