RoR チュートリアルを勉強してます。
「10.3.2 サンプルのユーザー」の部分です。
「faker」というgemを追加してbundle installするのですが、
ここでエラーになりました。
例題にはそういった記述はないのですが「i18n」というgemが必要なのでしょうか?
ruby
1Bundler could not find compatible versions for gem "i18n": 2 In snapshot (Gemfile.lock): 3 i18n (= 1.6.0) 4 5 In Gemfile: 6 rails (= 5.1.6) was resolved to 5.1.6, which depends on 7 activesupport (= 5.1.6) was resolved to 5.1.6, which depends on 8 i18n (>= 0.7, < 2) 9 10 faker (= 1.7.3) was resolved to 1.7.3, which depends on 11 i18n (~> 0.5) 12 13Running `bundle update` will rebuild your snapshot from scratch, using only 14the gems in your Gemfile, which may resolve the conflict.

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/07/12 06:11