3 thoughts on “Heroku not working in Michael Hartl’s book”

  1. Look up files in the bin directory of the project, in the first line will be:

    #!/usr/bin/env ruby2.2

    Change it to:

    #!/usr/bin/env ruby

    Reply

Leave a Comment