【发布时间】:2015-08-17 19:46:41
【问题描述】:
在 CircleCI 构建中的 bundle 命令期间,我收到了错误消息
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 会忽略它?
【问题讨论】:
标签: ruby-on-rails ruby ruby-on-rails-4 gemfile circleci