Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Cannot deploy to heroku #15

Closed
paxpelus opened this issue Mar 6, 2020 · 3 comments
Closed

Cannot deploy to heroku #15

paxpelus opened this issue Mar 6, 2020 · 3 comments
Assignees

Comments

@paxpelus
Copy link

paxpelus commented Mar 6, 2020

I am trying to use the 'Deploy to Heroku' button but after I add my app name and start deployment I am getting the following errors

Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used. Detected buildpacks: Ruby,Node.js See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order -----> Ruby app detected -----> Installing bundler 2.0.2 -----> Removing BUNDLED WITH version in the Gemfile.lock -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.6.5 -----> Installing dependencies using bundler 2.0.2 Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, runbundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java. Fetching gem metadata from https://rubygems.org/............ Your bundle is locked to puma (3.12.3), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of puma (3.12.3) has removed it. You'll need to update your bundle to a version other than puma (3.12.3) that hasn't been removed in order to install. Bundler Output: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java. Fetching gem metadata from https://rubygems.org/............ Your bundle is locked to puma (3.12.3), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of puma (3.12.3) has removed it. You'll need to update your bundle to a version other than puma (3.12.3) that hasn't been removed in order to install. ! ! Failed to install gems via Bundler. ! ! Push rejected, failed to compile Ruby app. ! Push failed

@inoda
Copy link
Owner

inoda commented Mar 6, 2020

@paxpelus Sorry about this, and thank you for opening this issue! This must be from recent PRs I merged from dependabot. I will fix this in the next few days and ping you here when it should be ready to deploy!

@inoda inoda self-assigned this Mar 6, 2020
@inoda
Copy link
Owner

inoda commented Mar 13, 2020

@paxpelus This should be fixed now!

@inoda inoda closed this as completed Mar 13, 2020
@paxpelus
Copy link
Author

@inoda thanks for your help - all works now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants