CodeKit2:コンパイル warning (ver 2.7.1)

CodeKit2 を 2.7.1 にバージョンアップしたらコンパイルワーニングが出ていて困った。
 スクリーンショット 2016-02-16 15.01.35
Compiled successfully, but Compass issued these warnings:
DEPRECATION WARNING on line 87 of /Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified
in a future version of Sass. To preserve the current behavior, use quotes:
  unquote(‘”$moz-“#{$experimental-support-for-mozilla} “$webkit-“#{$experimental-support-for-webkit} “$opera-“#{$experimental-support-for-opera} “$microsoft-“#{$experimental-support-for-microsoft} “$khtml-“#{$experimental-support-for-khtml}’)
You can use the sass-convert command to automatically fix most cases.
DEPRECATION WARNING on line 92 of /Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified
in a future version of Sass. To preserve the current behavior, use quotes:
  unquote(‘”$ie6-“#{$legacy-support-for-ie6} “$ie7-“#{$legacy-support-for-ie7} “$ie8-“#{$legacy-support-for-ie8}’)
You can use the sass-convert command to automatically fix most cases.
どうしたら消えてくれるんだろう…
ここに同じような内容の事が書かれているけど解決できたのかな…
内容を見てるとどうやら Compass の問題のようですね。