Skip to content

Instantly share code, notes, and snippets.

@Evanto
Created February 24, 2017 18:07
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 Evanto/0d55c2bb7a0ecc85137d739f43847f3e to your computer and use it in GitHub Desktop.
Save Evanto/0d55c2bb7a0ecc85137d739f43847f3e to your computer and use it in GitHub Desktop.
-----> Ruby app detected
chmod: cannot access ???bin/?????????????????: No such file or directory
chmod: cannot access ??????????????: No such file or directory
chmod: cannot access ???-???: No such file or directory
chmod: cannot access ?????????????.lnk???: No such file or directory
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.4.0
-----> Installing dependencies using bundler 1.13.7
Ruby version change detected. Clearing bundler cache.
Old: ruby 2.2.6p396 (2016-11-15 revision 56800) [x86_64-linux]
New: ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Installing i18n 0.8.1
Installing rake 12.0.0
Installing concurrent-ruby 1.0.4
Installing minitest 5.10.1
Installing thread_safe 0.3.6
Installing builder 3.2.3
Installing erubis 2.7.0
Installing mini_portile2 2.1.0
Installing nio4r 1.2.1 with native extensions
Installing rack 2.0.1
Installing websocket-extensions 0.1.2
Installing mime-types-data 3.2016.0521
Installing arel 7.1.4
Installing coffee-script-source 1.12.2
Installing execjs 2.7.0
Installing method_source 0.8.2
Installing thor 0.19.4
Installing multi_json 1.12.1
Using bundler 1.13.7
Installing puma 3.7.1 with native extensions
Installing sass 3.4.23
Installing tilt 2.0.6
Installing turbolinks-source 5.0.0
Installing tzinfo 1.2.2
Installing nokogiri 1.7.0.1 with native extensions
Installing rack-test 0.6.3
Installing sprockets 3.7.1
Installing websocket-driver 0.6.5 with native extensions
Installing mime-types 3.1
Installing coffee-script 2.4.1
Installing uglifier 3.0.4
Installing turbolinks 5.0.1
Installing activesupport 5.0.1
Installing mail 2.6.4
Installing globalid 0.3.7
Installing activemodel 5.0.1
Installing jbuilder 2.6.3
Installing activejob 5.0.1
Installing activerecord 5.0.1
Installing rails-dom-testing 2.0.2
Installing loofah 2.0.3
Installing rails-html-sanitizer 1.0.3
Installing actionview 5.0.1
Installing actionpack 5.0.1
Installing actionmailer 5.0.1
Installing actioncable 5.0.1
Installing railties 5.0.1
Installing sprockets-rails 3.2.0
Installing coffee-rails 4.2.1
Installing rails 5.0.1
Installing sass-rails 5.0.6
Installing jquery-rails 4.2.2
Bundle complete! 12 Gemfile dependencies, 52 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into ./vendor/bundle.
Bundle completed (16.58s)
Cleaning up the bundler cache.
Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
-----> Detecting rake tasks
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: constant ::Fixnum is deprecated
Asset precompilation completed (3.89s)
Cleaning assets
Running: rake assets:clean
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
/tmp/build_19abc867079bc44327e48606d72353d8/Evanto-MovieApp-66c3a9e/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: constant ::Fixnum is deprecated
-----> Discovering process types
Procfile declares types -> web
Default types for buildpack -> console, rake, worker
-----> Compressing...
Done: 21.7M
-----> Launching...
Released v7
https://movieapps.herokuapp.com/ deployed to Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment