質問編集履歴

4

質問修正、、

2018/07/27 14:57

投稿

showko222
showko222

スコア13

test CHANGED
File without changes
test CHANGED
@@ -166,7 +166,7 @@
166
166
 
167
167
 
168
168
 
169
- 、、、
169
+ ```
170
170
 
171
171
  source 'https://rubygems.org'
172
172
 
@@ -236,9 +236,7 @@
236
236
 
237
237
  group :development, :test do
238
238
 
239
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
240
-
241
- gem 'byebug'
239
+ gem 'byebug'
242
240
 
243
241
  end
244
242
 
@@ -246,13 +244,7 @@
246
244
 
247
245
  group :development do
248
246
 
249
- # Access an IRB console on exception pages or by using <%= console %> in views
250
-
251
- gem 'web-console', '~> 2.0'
252
-
253
-
254
-
255
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
247
+ background. Read more: https://github.com/rails/spring
256
248
 
257
249
  gem 'spring'
258
250
 

3

質問編集

2018/07/27 14:57

投稿

showko222
showko222

スコア13

test CHANGED
File without changes
test CHANGED
@@ -163,3 +163,109 @@
163
163
 
164
164
 
165
165
  ```
166
+
167
+
168
+
169
+ 、、、
170
+
171
+ source 'https://rubygems.org'
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+ gem 'rails', '4.2.6'
180
+
181
+ gem 'sass-rails', '~> 5.0'
182
+
183
+ gem 'uglifier', '>= 1.3.0'
184
+
185
+ gem 'coffee-rails', '~> 4.1.0'
186
+
187
+ gem 'jquery-rails'
188
+
189
+ gem 'turbolinks'
190
+
191
+ gem 'jbuilder', '~> 2.0'
192
+
193
+ gem 'sdoc', '~> 0.4.0', group: :doc
194
+
195
+
196
+
197
+ gem 'bootstrap-sass', '~> 3.3.6'
198
+
199
+ gem 'devise'
200
+
201
+ gem 'toastr-rails'
202
+
203
+ gem 'omniauth-facebook'
204
+
205
+ gem "paperclip", "~> 5.0.0.beta1"
206
+
207
+ gem 'dropzonejs-rails'
208
+
209
+ gem "figaro", "~> 1.1.0"
210
+
211
+
212
+
213
+
214
+
215
+ group :production do
216
+
217
+ gem 'pg'
218
+
219
+ gem 'rails_12factor'
220
+
221
+ end
222
+
223
+
224
+
225
+ group :development, :test do
226
+
227
+ gem 'sqlite3'
228
+
229
+ end
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+ group :development, :test do
238
+
239
+ # Call 'byebug' anywhere in the code to stop execution and get a debugger console
240
+
241
+ gem 'byebug'
242
+
243
+ end
244
+
245
+
246
+
247
+ group :development do
248
+
249
+ # Access an IRB console on exception pages or by using <%= console %> in views
250
+
251
+ gem 'web-console', '~> 2.0'
252
+
253
+
254
+
255
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
256
+
257
+ gem 'spring'
258
+
259
+ end
260
+
261
+ ```
262
+
263
+
264
+
265
+ Gemはこんな感じでございます、、
266
+
267
+ バージョンの問題等でしょうか、、、、、
268
+
269
+
270
+
271
+ すいません、、、

2

エラー変更

2018/07/27 14:56

投稿

showko222
showko222

スコア13

test CHANGED
File without changes
test CHANGED
@@ -102,4 +102,64 @@
102
102
 
103
103
  error: failed to push some refs to 'https://git.heroku.com////-27048.git'
104
104
 
105
+
106
+
105
107
  ```
108
+
109
+
110
+
111
+
112
+
113
+ 現在エラーの模様が下記に変わってまいりましたのでご報告させていただきます。。。。
114
+
115
+
116
+
117
+
118
+
119
+ ```
120
+
121
+
122
+
123
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
124
+
125
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
126
+
127
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
128
+
129
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
130
+
131
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
132
+
133
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
134
+
135
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
136
+
137
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
138
+
139
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
140
+
141
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
142
+
143
+ remote: /tmp/build_acfaf784ed1b31bb563b8f26ec29bdfa/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in <class:Numeric>'
144
+
145
+ ```
146
+
147
+
148
+
149
+
150
+
151
+ ```
152
+
153
+
154
+
155
+
156
+
157
+ remote: !
158
+
159
+ remote: ! Precompiling assets failed.
160
+
161
+ remote: !
162
+
163
+
164
+
165
+ ```

1

タグ追加

2018/07/27 13:03

投稿

showko222
showko222

スコア13

test CHANGED
File without changes
test CHANGED
File without changes