質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Q&A

1回答

225閲覧

git push heroku masterでエラーメッセージ

ikt_erk122

総合スコア40

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

0グッド

0クリップ

投稿2018/08/25 03:57

前提・実現したいこと

railsチュートリアルの「herokuにデプロイする(1)]でgit push heroku masterを入力したらエラーメッセージが出ました
ここに質問の内容を詳しく書いてください。
(例)PHP(CakePHP)で●●なシステムを作っています。
■■な機能を実装中に以下のエラーメッセージが発生しました。

発生している問題・エラーメッセージ

Counting objects: 87, done. Compressing objects: 100% (73/73), done. Writing objects: 100% (87/87), 20.50 KiB | 1.37 MiB/s, done. Total 87 (delta 3), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used. remote: Detected buildpacks: Ruby,Node.js remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order remote: -----> Ruby app detected remote: -----> Compiling Ruby/Rails remote: -----> Using Ruby version: ruby-2.4.4 remote: -----> Installing dependencies using bundler 1.15.2 remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. remote: You are trying to install in deployment mode after changing remote: your Gemfile. Run `bundle install` elsewhere and add the remote: updated Gemfile.lock to version control. remote: remote: The dependencies in your gemfile changed remote: remote: You have added to the Gemfile: remote: * rails (= 5.1.4) remote: * puma (= 3.9.1) remote: * sass-rails (= 5.0.6) remote: * uglifier (= 3.2.0) remote: * coffee-rails (= 4.2.2) remote: * jquery-rails (= 4.3.1) remote: * turbolinks (= 5.0.1) remote: * jbuilder (= 2.6.4) remote: * sqlite3 (= 1.3.13) remote: * byebug (= 9.0.6) remote: * web-console (= 3.5.1) remote: * listen (= 3.1.5) remote: * spring (= 2.0.2) remote: * spring-watcher-listen (= 2.0.1) remote: remote: You have deleted from the Gemfile: remote: * byebug remote: * capybara (~> 2.13) remote: * coffee-rails (~> 4.2) remote: * jbuilder (~> 2.5) remote: * listen (< 3.2, >= 3.0.5) remote: * puma (~> 3.7) remote: * rails (~> 5.1.4) remote: * sass-rails (~> 5.0) remote: * selenium-webdriver remote: * spring remote: * spring-watcher-listen (~> 2.0.0) remote: * sqlite3 remote: * turbolinks (~> 5) remote: * uglifier (>= 1.3.0) remote: * web-console (>= 3.3.0) remote: Bundler Output: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. remote: You are trying to install in deployment mode after changing remote: your Gemfile. Run `bundle install` elsewhere and add the remote: updated Gemfile.lock to version control. remote: remote: The dependencies in your gemfile changed remote: remote: You have added to the Gemfile: remote: * rails (= 5.1.4) remote: * puma (= 3.9.1) remote: * sass-rails (= 5.0.6) remote: * uglifier (= 3.2.0) remote: * coffee-rails (= 4.2.2) remote: * jquery-rails (= 4.3.1) remote: * turbolinks (= 5.0.1) remote: * jbuilder (= 2.6.4) remote: * sqlite3 (= 1.3.13) remote: * byebug (= 9.0.6) remote: * web-console (= 3.5.1) remote: * listen (= 3.1.5) remote: * spring (= 2.0.2) remote: * spring-watcher-listen (= 2.0.1) remote: remote: You have deleted from the Gemfile: remote: * byebug remote: * capybara (~> 2.13) remote: * coffee-rails (~> 4.2) remote: * jbuilder (~> 2.5) remote: * listen (< 3.2, >= 3.0.5) remote: * puma (~> 3.7) remote: * rails (~> 5.1.4) remote: * sass-rails (~> 5.0) remote: * selenium-webdriver remote: * spring remote: * spring-watcher-listen (~> 2.0.0) remote: * sqlite3 remote: * turbolinks (~> 5) remote: * uglifier (>= 1.3.0) remote: * web-console (>= 3.3.0) remote: remote: ! remote: ! Failed to install gems via Bundler. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to shielded-spire-37233. remote: To https://git.heroku.com/shielded-spire-37233.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/shielded-spire-37233.git'

該当のソースコード

$ git push heroku master

試したこと

ここに問題に対して試したことを記載してください。

補足情報(FW/ツールのバージョンなど)

ここにより詳細な情報を記載してください。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

git push -f heroku master
pushにfオプションをつけてみるのはどうでしょうか。

投稿2018/08/25 04:14

syuma1214

総合スコア36

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

ikt_erk122

2018/08/25 06:13

git push -f heroku masterと入力したのですが同じエラーが出てしまいました
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問