无法捆绑生产

Emi*_*ric 2 gem ruby-on-rails bundler ruby-on-rails-3

我最近不得不在我的gem文件中添加两个宝石.当我将它们添加到我的gemfile时,我直接推送到我的生产服务器.我通过SSH连接到我的生产服务器,并尝试运行bundle install.这是我走的错误:

>> bundle install
Run Code Online (Sandbox Code Playgroud)

.........

>> You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.

If this is a development machine, remove the Gemfile freeze 
by running `bundle install --no-deployment`.

You have added to the Gemfile:
* RedCloth
* tanker
Run Code Online (Sandbox Code Playgroud)

apn*_*ing 7

当您向Gemfile添加gems时,必须推送和部署之前捆绑您的开发环境.