質問編集履歴
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -114,32 +114,6 @@
|
|
114
114
|
|
115
115
|
|
116
116
|
|
117
|
-
railsのバージョンを調べようとしたときに、以下のメッセージが現れました。
|
118
|
-
|
119
|
-
```
|
120
|
-
|
121
|
-
➜ book-app git:(0ce03af) ✗ rails -v
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
[!] There was an error parsing `Gemfile`: syntax error, unexpected <<, expecting end-of-input - . Bundler cannot continue.
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
# from /Users/adachinana/book-app/Gemfile:9
|
130
|
-
|
131
|
-
# -------------------------------------------
|
132
|
-
|
133
|
-
# # Use sqlite3 as the database for Active Record
|
134
|
-
|
135
|
-
> <<<<<<< HEAD
|
136
|
-
|
137
|
-
# # gem 'sqlite3', '~> 1.4'
|
138
|
-
|
139
|
-
# -------------------------------------------
|
140
|
-
|
141
|
-
```
|
142
|
-
|
143
117
|
|
144
118
|
|
145
119
|
### 補足情報(FW/ツールのバージョンなど)
|
@@ -147,3 +121,5 @@
|
|
147
121
|
|
148
122
|
|
149
123
|
ruby 2.7.2p137
|
124
|
+
|
125
|
+
Rails 6.1.3.2
|