【问题标题】:Bundler not updating when it says it has in rails 3.2当它说它在 rails 3.2 中时,Bundler 没有更新
【发布时间】:2014-08-07 16:51:50
【问题描述】:

我正在使用 best_in_place gem。不幸的是,gem 上的更新代码无法正常工作,但已找到解决方案并将其合并到 gem 的最新 alpha 版本中。最初我只是简单地编辑了 gemfile 并添加了修复,但我知道这是不好的做法,所以我添加了:

gem 'best_in_place', github: 'bernat/best_in_place'

获取最新版本。我捆绑安装,它说:

Using best_in_place (3.0.0.alpha) from git://github.com/bernat/best_in_place.git (at master) 

但是,当我去查看实际文件时,它并没有改变。

【问题讨论】:

    标签: ruby-on-rails-3 bundler best-in-place


    【解决方案1】:

    运行 bundle update best_in_place 以更新到最新提交。

    【讨论】:

      猜你喜欢
      • 2020-10-06
      • 1970-01-01
      • 2018-04-04
      • 2019-10-19
      • 2012-12-13
      • 1970-01-01
      • 2017-11-23
      • 2015-11-25
      • 1970-01-01
      相关资源
      最近更新 更多