質問編集履歴
1
sass-rails編集後のエラー
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,21 +10,27 @@
|
|
10
10
|
|
11
11
|
Fetching gem metadata from https://rubygems.org/.
|
12
12
|
|
13
|
-
Resolving dependencies...
|
13
|
+
Resolving dependencies........
|
14
14
|
|
15
|
-
Bundler could not find compatible versions for
|
15
|
+
Bundler could not find compatible versions for
|
16
|
+
|
17
|
+
gem "activemodel":
|
16
18
|
|
17
19
|
In Gemfile:
|
18
20
|
|
21
|
+
mongoid (~> 6.4.0) was resolved to 6.4.8,
|
22
|
+
|
23
|
+
which depends on
|
24
|
+
|
19
|
-
|
25
|
+
activemodel (>= 5.1, < 6.0.0)
|
20
26
|
|
21
27
|
|
22
28
|
|
23
|
-
|
29
|
+
rails (~> 6.0.2, >= 6.0.2.1) was resolved to
|
24
30
|
|
25
|
-
on
|
31
|
+
6.0.3.rc1, which depends on
|
26
32
|
|
27
|
-
|
33
|
+
activemodel (= 6.0.3.rc1)
|
28
34
|
|
29
35
|
```
|
30
36
|
|
@@ -62,7 +68,7 @@
|
|
62
68
|
|
63
69
|
gem 'compass-rails', '~> 4.0.0'
|
64
70
|
|
65
|
-
gem 'sass-rails', '
|
71
|
+
gem 'sass-rails', '< 5.1'
|
66
72
|
|
67
73
|
gem 'coffee-rails', '~> 5.0.0'
|
68
74
|
|
@@ -104,4 +110,6 @@
|
|
104
110
|
|
105
111
|
```
|
106
112
|
|
113
|
+
`gem "activemodel"`の場合、どこを編集すべきでしょうか?
|
114
|
+
|
107
115
|
恐れ入りますが、解決方法をご教授いただけないでしょうか?
|