質問編集履歴
2
Gemfile一部抜粋を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,6 +32,18 @@
|
|
32
32
|
|
33
33
|
### 該当のソースコード
|
34
34
|
|
35
|
+
Gemfile
|
36
|
+
|
37
|
+
```ここに言語を入力
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
gem 'mini_magick'
|
42
|
+
|
43
|
+
gem 'image_processing', '~> 1.2'
|
44
|
+
|
45
|
+
```
|
46
|
+
|
35
47
|
_prototypes.html.erb
|
36
48
|
|
37
49
|
```
|
1
タグ追加編集いたしました。ご指摘ありがとうございます。
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|