heresy.gemspec in heresy-3.0.0 vs heresy.gemspec in heresy-4.0.0

- old
+ new

@@ -24,10 +24,12 @@ # Core class improvements. spec.add_runtime_dependency "heresy-string", "~> 1.0.0" # Miscellaneous things. - spec.add_runtime_dependency "from", "~> 1.0.0" + # NOTE: from relies indirectly on debug_inspector (via wot-utilities), + # which can't be installed inside of Bash on Windows. :( + #spec.add_runtime_dependency "from", "~> 1.0.0" spec.add_runtime_dependency "default", "~> 1.0.0" # Net spec.add_runtime_dependency "net-socket", "~> 1.0.0" #spec.add_runtime_dependency "heresy-net-http", "~> 1.0.0"