【发布时间】:2014-10-14 18:24:51
【问题描述】:
每次我运行一些 rake 或 bundler 时都会遇到这个问题,但新旧并没有什么不同,而且它始终是同一个宝石,我什至之前提交了这些更改,但它仍然显示
$ git diff
diff --git a/Gemfile.lock b/Gemfile.lock
index d2dc051..90b25d4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,6 +17,13 @@ GIT
nested_form (0.3.2)
GIT
+ remote: git://github.com/stefanpenner/country_select.git
+ revision: 79755038ca61dafdfebf4c55346d4a2085f98479
+ specs:
+ country_select (2.1.0)
+ countries (~> 0.9, >= 0.9.3)
+
+GIT
remote: git://github.com/rubenrails/rails-bootstrap-forms.git
revision: 88b7ded3cdcca5af3070d6680f5e2b73303b277e
branch: no_form_group
@@ -34,13 +41,6 @@ GIT
rails (>= 3.1)
railties (>= 3.1)
-GIT
- remote: git://github.com/stefanpenner/country_select.git
- revision: 79755038ca61dafdfebf4c55346d4a2085f98479
- specs:
- country_select (2.1.0)
- countries (~> 0.9, >= 0.9.3)
-
GEM
remote: https://rubygems.org/
specs:
【问题讨论】:
标签: ruby-on-rails ruby ruby-on-rails-4 bundler