Когда я запускаю "часы компаса", я получил эту ошибку:
LoadError on line ["54"] of /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- susy
Run with --trace to see the full backtrace
Мне удалось исправить это с помощью
sudo gem update
sudo gem install susy
Когда я снова запустил компас, были созданы файлы css, и я получил новую ошибку:
>>> Compass is watching for changes. Press Ctrl-C to Stop.
write css/ie10_and_higher.css
write css/ie9.css
write css/style.css
D, [2015-07-31T10:36:12.805795 #5675] DEBUG -- : Celluloid 0.17.0 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
ArgumentError on line ["48"] of /var/lib/gems/2.1.0/gems/celluloid-0.17.0/lib/celluloid/calls.rb: wrong number of arguments (2 for 1)
Run with --trace to see the full backtrace
И теперь я не могу найти решение в google.