Guest User

Untitled

a guest
Jun 16th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. remote: /tmp/build_70ac51f84d237880d076a5b324fee21c/vendor/bundle/ruby/2.4.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
  2. remote: Tasks: TOP => environment
  3. remote: (See full trace by running task with --trace)
  4. remote: !
  5. remote: ! Precompiling assets failed.
  6. remote: !
  7. remote: ! Push rejected, failed to compile Ruby app.
  8. remote:
  9. remote: ! Push failed
  10. remote: Verifying deploy...
  11. remote:
  12. remote: ! Push rejected to glacial-island-90844.
  13. remote:
  14. To https://git.heroku.com/glacial-island-90844.git
  15. ! [remote rejected] master -> master (pre-receive hook declined)
  16. error: failed to push some refs to 'https://git.heroku.com/glacial-island-90844.git'
  17.  
  18. source 'https://rubygems.org'
  19.  
  20.  
  21. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  22. gem 'rails', '4.2.5'
  23. # Use sqlite3 as the database for Active Record
  24. # Use SCSS for stylesheets
  25. gem 'sass-rails', '~> 5.0'
  26. # Use Uglifier as compressor for JavaScript assets
  27. gem 'uglifier', '>= 1.3.0'
  28. # Use CoffeeScript for .coffee assets and views
  29. gem 'coffee-rails', '~> 4.1.0'
  30. # See https://github.com/rails/execjs#readme for more supported runtimes
  31. # gem 'therubyracer', platforms: :ruby
  32.  
  33. # Use jquery as the JavaScript library
  34. gem 'jquery-rails'
  35. # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
  36. gem 'turbolinks'
  37. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  38. gem 'jbuilder', '~> 2.0'
  39. # bundle exec rake doc:rails generates the API under doc/api.
  40. gem 'sdoc', '~> 0.4.0', group: :doc
  41.  
  42. # Use ActiveModel has_secure_password
  43. # gem 'bcrypt', '~> 3.1.7'
  44.  
  45. # Use Unicorn as the app server
  46. # gem 'unicorn'
  47.  
  48. # Use Capistrano for deployment
  49. # gem 'capistrano-rails', group: :development
  50.  
  51. group :development, :test do
  52. gem 'sqlite3'
  53. # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  54. gem 'byebug'
  55. end
  56.  
  57. group :development do
  58. # Access an IRB console on exception pages or by using <%= console %> in views
  59. gem 'web-console', '~> 2.0'
  60.  
  61. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  62. gem 'spring'
  63. end
  64.  
  65. group :production do
  66. gem 'pg'
  67. gem 'rails_12factor'
  68. end
  69.  
  70. 2018-06-16T11:26:38.801026+00:00 app[api]: Release v1 created by user sbeezynen@gmail.com
  71. 2018-06-16T11:26:38.801026+00:00 app[api]: Initial release by user sbeezynen@gmail.com
  72. 2018-06-16T11:26:38.953219+00:00 app[api]: Enable Logplex by user sbeezynen@gmail.com
  73. 2018-06-16T11:26:38.953219+00:00 app[api]: Release v2 created by user sbeezynen@gmail.com
  74. 2018-06-16T11:28:14.000000+00:00 app[api]: Build started by user sbeezynen@gmail.com
  75. 2018-06-16T11:28:49.000000+00:00 app[api]: Build failed -- check your build logs
  76. 2018-06-16T11:33:13.000000+00:00 app[api]: Build started by user sbeezynen@gmail.com
  77. 2018-06-16T11:33:48.000000+00:00 app[api]: Build failed -- check your build logs
Add Comment
Please, Sign In to add comment