Skip to content

Instantly share code, notes, and snippets.

@promisepreston
Last active October 22, 2019 20:56
Show Gist options
  • Save promisepreston/08c991fc8deb3f90209ba866d37a1360 to your computer and use it in GitHub Desktop.
Save promisepreston/08c991fc8deb3f90209ba866d37a1360 to your computer and use it in GitHub Desktop.
[Rails Post Install MEssage]
remote:  !     Failed to install gems via Bundler.
remote:  !     Detected sqlite3 gem which is not supported on Heroku:
remote:  !     https://devcenter.heroku.com/articles/sqlite3
remote:  !






remote:        Post-install message from i18n:
remote:        
remote:        HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
remote:        But that may break your application.
remote:        
remote:        Please check your Rails app for 'config.i18n.fallbacks = true'.
remote:        If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
remote:        'config.i18n.fallbacks = [I18n.default_locale]'.
remote:        If not, fallbacks will be broken in your app by I18n 1.1.x.
remote:        
remote:        For more info see:
remote:        https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
remote:        
remote:        Post-install message from sass:
remote:        
remote:        Ruby Sass has reached end-of-life and should no longer be used.
remote:        
remote:        * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
remote:          primary implementation: https://sass-lang.com/install
remote:        
remote:        * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
remote:          sassc gem: https://github.com/sass/sassc-ruby#readme
remote:        
remote:        * For more details, please refer to the Sass blog:
remote:          https://sass-lang.com/blog/posts/7828841
remote:        
remote:        Bundle completed (66.05s)
remote:        Cleaning up the bundler cache.
remote: -----> Installing node-v10.15.3-linux-x64
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote:        Running: rake assets:precompile
remote:        Yarn executable was not detected in the system.
remote:        Download Yarn at https://yarnpkg.com/en/docs/install
remote:        I, [2019-10-22T17:11:00.037718 #2065]  INFO -- : Writing /tmp/build_0b18ba4ea154bacee29ef3e9b5e361c4/public/assets/application-49cd2d83f1282df085cdd7b768301e80dcafc220ffccfcde24fd2ee123805bee.js
remote:        I, [2019-10-22T17:11:00.038176 #2065]  INFO -- : Writing /tmp/build_0b18ba4ea154bacee29ef3e9b5e361c4/public/assets/application-49cd2d83f1282df085cdd7b768301e80dcafc220ffccfcde24fd2ee123805bee.js.gz
remote:        I, [2019-10-22T17:11:01.476410 #2065]  INFO -- : Writing /tmp/build_0b18ba4ea154bacee29ef3e9b5e361c4/public/assets/application-117d24d8f7da77fb2751788e94f0a3f490561c1cbd1c61b91ee248ea810bb145.css
remote:        I, [2019-10-22T17:11:01.476613 #2065]  INFO -- : Writing /tmp/build_0b18ba4ea154bacee29ef3e9b5e361c4/public/assets/application-117d24d8f7da77fb2751788e94f0a3f490561c1cbd1c61b91ee248ea810bb145.css.gz
remote:        Asset precompilation completed (13.68s)
remote:        Cleaning assets
remote:        Running: rake assets:clean
remote: -----> Detecting rails configuration
remote: 
remote: ###### WARNING:
remote: 
remote:        You set your `config.active_storage.service` to :local in production.
remote:        If you are uploading files to this app, they will not persist after the app
remote:        is restarted, on one-off dynos, or if the app has multiple dynos.
remote:        Heroku applications have an ephemeral file system. To
remote:        persist uploaded files, please use a service such as S3 and update your Rails
remote:        configuration.
remote:        
remote:        For more information can be found in this article:
remote:          https://devcenter.heroku.com/articles/active-storage-on-heroku
remote:        
remote: 
remote: 
remote: ###### WARNING:
remote: 
remote:        We detected that some binary dependencies required to
remote:        use all the preview features of Active Storage are not
remote:        present on this system.
remote:        
remote:        For more information please see:
remote:          https://devcenter.heroku.com/articles/active-storage-on-heroku
remote:        
remote: 
remote: 
remote: ###### WARNING:
remote: 
remote:        There is a more recent Ruby version available for you to use:
remote:        
remote:        2.5.7
remote:        
remote:        The latest version will include security and bug fixes, we always recommend
remote:        running the latest version of your minor release.
remote:        
remote:        Please upgrade your Ruby version.
remote:        
remote:        For all available Ruby versions see:
remote:          https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
remote: 
remote: 
remote: ###### WARNING:
remote: 
remote:        No Procfile detected, using the default web server.
remote:        We recommend explicitly declaring how to boot your server process via a Procfile.
remote:        https://devcenter.heroku.com/articles/ruby-default-web-server
remote: 
remote: 
remote: 
remote: -----> Discovering process types
remote:        Procfile declares types     -> (none)
remote:        Default types for buildpack -> console, rake, web
remote: 
remote: -----> Compressing...
remote:        Done: 57.8M
remote: -----> Launching...
remote:        Released v6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment