我有
group :production, :staging do
gem "therubyracer"
end
在我的Gemfile
. 如果我运行:
bundle install --without production staging test
therubyracer 已添加到我的Gemfile.lock
. 请问为什么会这样?我希望它被忽略?
为了完整起见,如果我删除该行:
gem "therubyracer"
并运行上面的 bundle 命令,然后将 therubyracer gem 从我的Gemfile.lock