質問編集履歴
2
エラー文の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,8 @@
|
|
13
13
|
```
|
14
14
|
|
15
15
|
Could not find gem 'rails (~> 6.1.4, >= 6.1.4.1)' in locally installed gems.
|
16
|
+
|
17
|
+
The source contains the following versions of 'rails': 5.0.3
|
16
18
|
|
17
19
|
Run `bundle install` to install missing gems.
|
18
20
|
|
1
書式の改善
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails s で
|
1
|
+
rails: 「rails s」でローカルサーバを起動できない。
|
test
CHANGED
@@ -30,8 +30,8 @@
|
|
30
30
|
|
31
31
|
### 補足情報(FW/ツールのバージョンなど)
|
32
32
|
|
33
|
+
macbook air(m1,2020)
|
34
|
+
|
33
35
|
macOS Big Sur
|
34
36
|
|
35
37
|
Rails 6.1.4.1
|
36
|
-
|
37
|
-
初心者で至らないこともあるかと思いますができるだけわかりやすくお願いいたします。
|