質問編集履歴

1

追記

2019/02/09 08:11

投稿

minami_456
minami_456

スコア13

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,77 @@
35
35
 
36
36
 
37
37
  宜しく御願い致します。
38
+
39
+
40
+
41
+ ### 追記
42
+
43
+
44
+
45
+ 現在の
46
+
47
+ ```ここに言語を入力
48
+
49
+ rails s
50
+
51
+ ```
52
+
53
+ でのエラーコードは下記になります。
54
+
55
+ ```ここに言語を入力
56
+
57
+ Could not find rake-0.9.2.2 in any of the sources
58
+
59
+ Run `bundle install` to install missing gems.
60
+
61
+ ```
62
+
63
+
64
+
65
+ エラー文に従い
66
+
67
+ ```ここに言語を入力
68
+
69
+ bundle install
70
+
71
+ ```
72
+
73
+ を実行しますが
74
+
75
+
76
+
77
+ ```ここに言語を入力
78
+
79
+ Fetching gem metadata from https://rubygems.org/..........
80
+
81
+ Fetching gem metadata from https://rubygems.org/.
82
+
83
+ Resolving dependencies...
84
+
85
+ Bundler could not find compatible versions for gem "bundler":
86
+
87
+ In Gemfile:
88
+
89
+ rails (= 3.2.6) was resolved to 3.2.6, which depends on
90
+
91
+ bundler (~> 1.0)
92
+
93
+
94
+
95
+ Current Bundler version:
96
+
97
+ bundler (2.0.1)
98
+
99
+ This Gemfile requires a different version of Bundler.
100
+
101
+ Perhaps you need to update Bundler by running `gem install bundler`?
102
+
103
+
104
+
105
+ Could not find gem 'bundler (~> 1.0)', which is required by gem 'rails (=
106
+
107
+ 3.2.6)', in any of the sources.
108
+
109
+ ```
110
+
111
+ と表示され、これ以上解決方法が分かりません。。。