在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 忽略它?