bundle
CircleCI ビルドのコマンド中にエラー メッセージが表示されました
Your Ruby version is 2.2.1, but your Gemfile specified 2.2.2
bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3 returned exit code 18
Your Ruby version is 2.2.1, but your Gemfile specified 2.2.2 Action failed: bundle install
持っていても
ruby '2.2.2'
Gemfile の先頭に指定します。CircleCI がそれを無視するのはなぜですか?