質問編集履歴
1
fucntion.zipの中身を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -95,3 +95,13 @@
|
|
95
95
|
|
96
96
|
|
97
97
|
・Gemのインストールは「bundle install --path vendor/bundle」を用いて行っています。
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
・function.zipの中身は以下の通りになっています・
|
102
|
+
|
103
|
+
①scrap.rb
|
104
|
+
|
105
|
+
②venndor/bundle/ruby/2.7.0
|
106
|
+
|
107
|
+
②の中にgemが入ってる形になっています!
|