Skip to content

Instantly share code, notes, and snippets.

@lrettig
Last active April 26, 2017 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrettig/82e0f81b30304ed3fffe40edd078a82d to your computer and use it in GitHub Desktop.
Save lrettig/82e0f81b30304ed3fffe40edd078a82d to your computer and use it in GitHub Desktop.
heroku deploy log
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rack
remote: -----> Using Ruby version: ruby-2.3.1
remote: -----> Installing dependencies using bundler 1.13.7
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: The git source `git://github.com/MaxPleaner/sinatra-assetpack.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
remote: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
remote: Fetching gem metadata from https://rubygems.org/............
remote: Fetching version metadata from https://rubygems.org/..
remote: Fetching dependency metadata from https://rubygems.org/.
remote: Using rake 12.0.0
remote: Using i18n 0.8.1
remote: Using json 1.8.6
remote: Using minitest 5.10.1
remote: Using thread_safe 0.3.6
remote: Using builder 3.2.3
remote: Using arel 5.0.1.20140414130214
remote: Using encryptor 1.3.0
remote: Using aws-sigv4 1.0.0
remote: Using jmespath 1.3.1
remote: Using bindata 2.3.5
remote: Using multipart-post 2.0.0
remote: Using hashie 3.5.5
remote: Using jsmin 1.0.1
remote: Using multi_json 1.12.1
remote: Using securecompare 1.0.0
remote: Using url_safe_base64 0.2.2
remote: Using jwt 1.5.1
remote: Using mono_logger 1.1.0
remote: Using multi_xml 0.6.0
remote: Using rack 1.6.5
remote: Using pg 0.20.0
remote: Using redis 3.3.3
remote: Using tilt 1.4.1
remote: Using bundler 1.13.7
remote: Using tzinfo 1.2.3
remote: Using attr_encrypted 1.3.5
remote: Using aws-sdk-core 2.8.12
remote: Using faraday 0.9.2
remote: Using redis-namespace 1.5.3
remote: Using activesupport 4.1.16
remote: Using omniauth 1.6.1
remote: Using rack-flash3 1.0.5
remote: Using rack-protection 1.5.3
remote: Using rack-test 0.6.3
remote: Using vegas 0.1.11
remote: Using aws-sdk-resources 2.8.12
remote: Using faraday_middleware 0.11.0.1
remote: Using oauth2 1.1.0
remote: Using activemodel 4.1.16
remote: Using json-jwt 1.7.1
remote: Using sinatra 1.4.8
remote: Using aws-sdk 2.8.12
remote: Using faraday_middleware-aws-signers-v4 0.1.7
remote: Using omniauth-oauth2 1.4.0
remote: Using activerecord 4.1.16
remote: Using rails-observers 0.1.2
remote: Using resque 1.25.2
remote: Using sinatra-redis 0.3.0
remote: Using sinatra-assetpack 0.3.5 from git://github.com/MaxPleaner/sinatra-assetpack.git (at master@02b3c75)
remote: Using omniauth-shopify-oauth2 1.1.17
remote: Using sinatra-activerecord 2.0.12
remote: Using activeresource 4.1.0
remote: Using shopify_api 4.0.7
remote: Using shopify-sinatra-app 0.3.3
remote: Bundle complete! 19 Gemfile dependencies, 55 gems now installed.
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Post-install message from sinatra-assetpack:
remote: ##########################################################
remote: # WARNING : sinatra-assetpack is not maintained anymore! #
remote: ##########################################################
remote: YOU MIGHT BE EXPOSED TO SECURITY ISSUES & BUGS.
remote: See https://github.com/rstacruz/sinatra-assetpack/issues/197
remote: Bundle completed (3.02s)
remote: Cleaning up the bundler cache.
remote: The git source `git://github.com/MaxPleaner/sinatra-assetpack.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
remote: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
remote: -----> Detecting rake tasks
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote: Default types for buildpack -> console, rake
remote:
remote: -----> Compressing...
remote: Done: 24.6M
remote: -----> Launching...
remote: Released v57
remote: https://XXXX.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment