9
Nierozwiązane specyfikacje podczas Gem :: Specification. Reset:
Podczas uruchamiania Guard otrzymuję ten wynik: $ guard WARN: Unresolved specs during Gem::Specification.reset: lumberjack (>= 1.0.2) ffi (>= 0.5.0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. Co to znaczy i jak to naprawić? Zawartość Guardfile: guard 'livereload' do watch(%r{.+\.(css|js|html)$}) end guard 'sass', :input => …