質問編集履歴
1
文章の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,8 +2,6 @@
|
|
2
2
|
|
3
3
|
Ruby on railsを使えるようにしたいです。
|
4
4
|
|
5
|
-
|
6
|
-
ここに質問の内容を詳しく書いてください。
|
7
5
|
ドットインストールのRuby on Rails 5入門 #2 を参考にRuby on railsの動作確認を行なっている中で、エラーが発生してしまいます。エラーを解決する方法をご教示いただきたいです。
|
8
6
|
|
9
7
|
### 発生している問題・エラーメッセージ
|
@@ -12,7 +10,7 @@
|
|
12
10
|
Could not find gem 'sqlite3 (~> 1.3.6)' in any of the gem sources listed in your Gemfile.
|
13
11
|
Run `bundle install` to install missing gems.
|
14
12
|
|
15
|
-
ここで bundle installを実行すると下記のようなエラーが発生します。
|
13
|
+
**ここで bundle installを実行すると下記のようなエラーが発生します。**
|
16
14
|
|
17
15
|
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`.
|
18
16
|
Fetching gem metadata from https://rubygems.org/............
|
@@ -112,7 +110,7 @@
|
|
112
110
|
sassc-rails was resolved to 2.1.2, which depends on
|
113
111
|
sassc
|
114
112
|
|
115
|
-
上記のgem install sash -v'2.4.0'を行うと下記のようにエラーが発生してしまいます。
|
113
|
+
**上記のgem install sash -v'2.4.0'を行うと下記のようにエラーが発生してしまいます。**
|
116
114
|
|
117
115
|
Building native extensions. This could take a while...
|
118
116
|
ERROR: Error installing sassc:
|
@@ -135,9 +133,14 @@
|
|
135
133
|
|
136
134
|
Gem files will remain installed in /home/vagrant/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sassc-2.4.0 for inspection.
|
137
135
|
Results logged to /home/vagrant/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/extensions/x86_64-linux/2.6.0/sassc-2.4.0/gem_make.out
|
138
|
-
```
|
139
136
|
|
137
|
+
**Failed to build gem native extension.**とあるので、gem native extensionをビルドしないビルドしないといけないかと思い、インターネットで検索してますが、知識が乏しく、解決できておりません。
|
140
138
|
|
139
|
+
三日ほど調べてますが、分からず苦しんでおります。
|
140
|
+
|
141
|
+
どなたかわかる方ご教示願います。
|
142
|
+
|
143
|
+
|
141
144
|
エラーメッセージ
|
142
145
|
```
|
143
146
|
|