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

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

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

Rubyはプログラミング言語のひとつで、オープンソース、オブジェクト指向のプログラミング開発に対応しています。

Git

Gitはオープンソースの分散バージョン管理システム(DVCS)です。

Heroku

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

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Q&A

0回答

915閲覧

herokuのgit push heroku masterでエラー発生。

sk-

総合スコア2

Ruby

Rubyはプログラミング言語のひとつで、オープンソース、オブジェクト指向のプログラミング開発に対応しています。

Git

Gitはオープンソースの分散バージョン管理システム(DVCS)です。

Heroku

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

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

0グッド

0クリップ

投稿2021/04/26 09:57

編集2021/04/28 03:25

ターミナルのエラー文です。

remote: ! remote: ! Could not detect rake tasks remote: ! ensure you can run `$ bundle exec rake -P` against your app remote: ! and using the production group of your Gemfile. remote: ! /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/spec_set.rb:89:in `block in materialize': Could not find libv8-node-15.14.0.0 in any of the sources (Bundler::GemNotFound) remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/spec_set.rb:82:in `map!' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/spec_set.rb:82:in `materialize' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/definition.rb:185:in `specs' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/definition.rb:255:in `specs_for' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/definition.rb:237:in `requested_specs' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/runtime.rb:91:in `block in definition_method' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/runtime.rb:20:in `setup' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler.rb:148:in `setup' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/setup.rb:20:in `block in <top (required)>' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/ui/shell.rb:136:in `with_level' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/ui/shell.rb:88:in `silence' remote: ! from /tmp/build_de31323b/vendor/bundle/ruby/2.6.0/gems/bundler-2.2.16/lib/bundler/setup.rb:20:in `<top (required)>' remote: ! from /tmp/build_de31323b/vendor/ruby-2.6.5/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' remote: ! from /tmp/build_de31323b/vendor/ruby-2.6.5/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' remote: ! from /tmp/build_de31323b/config/boot.rb:3:in `<top (required)>' remote: ! from /tmp/build_de31323b/bin/rake:7:in `require_relative' remote: ! from /tmp/build_de31323b/bin/rake:7:in `<main>'

heroku logsを実行した後のターミナル文です

2021-04-23T11:33:55.104675+00:00 heroku[web.1]: Idling 2021-04-23T11:33:55.107177+00:00 heroku[web.1]: State changed from up to down 2021-04-23T11:33:55.690644+00:00 heroku[web.1]: Stopping all processes with SIGTERM 2021-04-23T11:33:55.747291+00:00 app[web.1]: - Gracefully stopping, waiting for requests to finish 2021-04-23T11:33:55.747716+00:00 app[web.1]: === puma shutdown: 2021-04-23 11:33:55 +0000 === 2021-04-23T11:33:55.747719+00:00 app[web.1]: - Goodbye! 2021-04-23T11:33:55.747789+00:00 app[web.1]: Exiting 2021-04-23T11:33:55.809431+00:00 heroku[web.1]: Process exited with status 143 2021-04-26T08:25:37.000000+00:00 app[api]: Build started by user 2021-04-26T08:26:02.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/d602c05a-fb0a-4eb6-961b-246fb63de90c 2021-04-26T08:29:44.000000+00:00 app[api]: Build started by user 2021-04-26T08:30:07.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/810f0810-eba7-49f9-99e6-0c973d5971ee 2021-04-26T08:33:22.000000+00:00 app[api]: Build started by user 2021-04-26T08:33:44.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/997798cc-3ee1-4622-a29c-1e07e49d102b 2021-04-26T08:44:48.000000+00:00 app[api]: Build started by user 2021-04-26T08:45:12.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/55aa8ac3-422e-440e-a097-e594c1485a10 2021-04-26T08:51:40.000000+00:00 app[api]: Build started by user 2021-04-26T08:52:02.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/12cfda9b-7c7e-4d32-8673-ddc4dd416eb1 2021-04-26T08:55:35.000000+00:00 app[api]: Build started by user 2021-04-26T08:55:56.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/c6b21cef-45e5-42bb-8da7-81ecc8ac1fe3 2021-04-26T09:12:48.000000+00:00 app[api]: Build started by user 2021-04-26T09:13:11.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/5fa7fadb-6319-4589-b002-2f031f515ae4 2021-04-26T09:19:51.000000+00:00 app[api]: Build started by user 2021-04-26T09:20:14.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/b332b2ee-f4c7-4c5e-93db-96d6c1789bf0 2021-04-26T09:21:43.000000+00:00 app[api]: Build started by user 2021-04-26T09:22:06.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/476311a1-dea8-4d44-a173-39658d7d9ab4 2021-04-26T09:24:11.000000+00:00 app[api]: Build started by user 2021-04-26T09:24:33.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/fdcfd899-fa4e-47de-81a2-b6697c0644cf 2021-04-26T09:26:24.000000+00:00 app[api]: Build started by user 2021-04-26T09:26:47.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/activity/builds/8cfe87a4-074a-4e10-8401-19d073af1e64 2021-04-26T09:28:10.000000+00:00 app[api]: Build started by user 2021-04-26T09:28:35.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/cbcd8271-858f-4b81-82a9-dc347d5e57c9/act

一応Gemfileの画像も載せます。

ruby '2.6.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.0' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4' # Use Puma as the app server gem 'puma', '~> 3.11' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 4.0' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant # gem 'image_processing', '~> 1.2' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'rspec-rails', '~> 4.0.0' gem 'factory_bot_rails' gem 'faker' gem 'pry-rails' end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' gem 'listen', '>= 3.0.5', '< 3.2' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring #gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' # Easy installation and use of web drivers to run system tests with browsers gem 'webdrivers' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'devise' gem 'active_hash' gem 'mini_magick' gem 'image_processing', '~> 1.2' gem 'mini_racer'

どなたかご教授お願いします。

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

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

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

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

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

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

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

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

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

ただいまの回答率
85.46%

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

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

質問する

関連した質問