, . Gemfile.lock .
$grep i18n Gemfile.lock
i18n (~> 0.6, >= 0.6.9)
i18n (~> 0.5)
i18n (0.6.10)
. - , 0.6.10 ?
$ gem dependency i18n --reverse-dependencies
Gem i18n-0.6.9
activesupport (>= 3.0.0, development)
mocha (>= 0, development)
sqlite3 (>= 0, development)
test_declarative (>= 0, development)
Used by
activesupport-4.1.1 (i18n (>= 0.6.9, ~> 0.6))
activesupport-4.0.2 (i18n (>= 0.6.4, ~> 0.6))
faker-1.1.2 (i18n (~> 0.5))
rails-i18n-4.0.1 (i18n (~> 0.6))
Gem i18n-0.6.10
Used by
activesupport-4.1.1 (i18n (>= 0.6.9, ~> 0.6))
activesupport-4.0.2 (i18n (>= 0.6.4, ~> 0.6))
faker-1.1.2 (i18n (~> 0.5))
rails-i18n-4.0.1 (i18n (~> 0.6))
, , ref Gemfile 0.6.9, , . .. Gemfile.lock Gemfile
gem 'i18n', '0.6.9'
bundle update i18n
git commit -am 'updated Gemfile ref for i18n heroku push bug'
git push heroku master