質問編集履歴

4

コード

2019/02/06 08:28

投稿

sairito0628
sairito0628

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ teratailを初めて使ったので、質問の仕方に失礼がありましたら申し訳ございません。
2
+
1
3
  Puma caught this error: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0. Make sure all dependencies are added to Gemfile. (LoadError)
2
4
 
3
5
  /home/ec2-user/.rvm/rubies/ruby-2.5.3/lib/ruby/site_ruby/2.5.0/bundler/rubygems_integration.rb:408:in `block (2 levels) in replace_gem'

3

コード

2019/02/06 08:28

投稿

sairito0628
sairito0628

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,41 +1,3 @@
1
- ### 前提・実現したいこと
2
-
3
-
4
-
5
- ここに質問の内容を詳しく書いてください。
6
-
7
- (例)PHP(CakePHP)で●●なシステムを作っています。
8
-
9
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
10
-
11
-
12
-
13
- ### 発生している問題・エラーメッセージ
14
-
15
-
16
-
17
- ```
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
1
  Puma caught this error: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0. Make sure all dependencies are added to Gemfile. (LoadError)
40
2
 
41
3
  /home/ec2-user/.rvm/rubies/ruby-2.5.3/lib/ruby/site_ruby/2.5.0/bundler/rubygems_integration.rb:408:in `block (2 levels) in replace_gem'
@@ -150,34 +112,6 @@
150
112
 
151
113
  /home/ec2-user/.rvm/gems/ruby-2.5.3/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in `block in spawn_thread'
152
114
 
153
- エラーメッセージ
154
-
155
- ```
156
-
157
-
158
-
159
- ### 該当のソースコード
160
-
161
-
162
-
163
- ```ここに言語名を入力
164
-
165
- ソースコード`````````ここに言語を入力
166
-
167
- ここに言語を入力
168
-
169
- ```
170
-
171
- ここに言語を入力
172
-
173
- ```
174
-
175
- コード
176
-
177
- ```rails
178
-
179
- ```
180
-
181
115
 
182
116
 
183
117
  ### 試したこと
@@ -205,21 +139,3 @@
205
139
  https://teratail.com/questions/172684
206
140
 
207
141
  このページをみて試してみた
208
-
209
-
210
-
211
-
212
-
213
- ここに問題に対して試したことを記載してください。
214
-
215
-
216
-
217
- ### 補足情報(FW/ツールのバージョンなど)
218
-
219
- .
220
-
221
-
222
-
223
-
224
-
225
- ここにより詳細な情報を記載してください。

2

コード

2019/02/06 08:24

投稿

sairito0628
sairito0628

スコア15

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,29 @@
14
14
 
15
15
 
16
16
 
17
- ```Puma caught this error: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0. Make sure all dependencies are added to Gemfile. (LoadError)
17
+ ```
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+ Puma caught this error: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0. Make sure all dependencies are added to Gemfile. (LoadError)
18
40
 
19
41
  /home/ec2-user/.rvm/rubies/ruby-2.5.3/lib/ruby/site_ruby/2.5.0/bundler/rubygems_integration.rb:408:in `block (2 levels) in replace_gem'
20
42
 
@@ -144,16 +166,16 @@
144
166
 
145
167
  ここに言語を入力
146
168
 
169
+ ```
170
+
171
+ ここに言語を入力
172
+
173
+ ```
174
+
175
+ コード
176
+
147
177
  ```rails
148
178
 
149
- ここに言語を入力
150
-
151
- ```
152
-
153
- コード
154
-
155
- ```rails
156
-
157
179
  ```
158
180
 
159
181
 

1

コード

2019/02/06 08:18

投稿

sairito0628
sairito0628

スコア15

test CHANGED
@@ -1 +1 @@
1
- railsについ質問で
1
+ Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on?エラーで困っ
test CHANGED
File without changes