質問編集履歴

2

初心者マーク追加

2018/12/08 02:13

投稿

iyore888
iyore888

スコア40

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
3
 
4
+
5
+ 初めて質問をさせて頂きます。
4
6
 
5
7
  ruby初心者でrails tutorialを始めた者です。
6
8
 

1

bundle install エラーの追記

2018/12/08 02:13

投稿

iyore888
iyore888

スコア40

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- ### 発生している問題・エラーメッセージ
15
+ ### 発生しエラー
16
16
 
17
17
 
18
18
 
@@ -26,9 +26,51 @@
26
26
 
27
27
 
28
28
 
29
- その後gem 'puma (= 3.9.1)'をインストールするべく
29
+ その後gem 'puma (= 3.9.1)'をインストールするべく下記のgemファイルをbundle installしたところ
30
30
 
31
- 下記のgemファイルをbundle installしたところ以下のようなエラーになり進まなくなってしまいました。。
31
+ 以下のようなエラーになり進まなくなってしまいました。。
32
+
33
+
34
+
35
+ ### 発生したエラー②
36
+
37
+ The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
38
+
39
+ Fetching gem metadata from https://rubygems.org/..........
40
+
41
+ Fetching gem metadata from https://rubygems.org/.
42
+
43
+ Resolving dependencies...
44
+
45
+ Bundler could not find compatible versions for gem "activesupport":
46
+
47
+ In snapshot (Gemfile.lock):
48
+
49
+ activesupport (= 5.1.6.1)
50
+
51
+
52
+
53
+ In Gemfile:
54
+
55
+ rails (= 5.1.6) was resolved to 5.1.6, which depends on
56
+
57
+ activesupport (= 5.1.6)
58
+
59
+
60
+
61
+ coffee-rails (= 4.2.2) was resolved to 4.2.2, which depends on
62
+
63
+ railties (>= 4.0.0) was resolved to 5.1.6.1, which depends on
64
+
65
+ activesupport (= 5.1.6.1)
66
+
67
+
68
+
69
+ Running `bundle update` will rebuild your snapshot from scratch, using
70
+
71
+ only
72
+
73
+ the gems in your Gemfile, which may resolve the conflict.
32
74
 
33
75
 
34
76