Enable to run RSpec by: exec rake test #1989
Annotations
1 error
deploy
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 1418 paths from 5eab6f2f
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-24 stack
remote: -----> Deleting 10 files matching .slugignore patterns.
remote: -----> Using buildpack: heroku/ruby
remote: -----> Performing build in /app since 'build-in-app-dir' is enabled
remote: -----> Ruby app detected
remote: -----> Installing bundler 2.6.2
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-3.4.4
remote: -----> Installing dependencies using bundler 2.6.2
remote: Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
remote: Bundle complete! 48 Gemfile dependencies, 145 gems now installed.
remote: Gems in the groups 'development' and 'test' were not installed.
remote: Bundled gems are installed into `./vendor/bundle`
remote: Bundle completed (0.42s)
remote: Cleaning up the bundler cache.
remote: Removing bundler (2.6.2)
remote:
remote: ###### WARNING:
remote:
remote: Installing a default version (22.11.0) of Node.js.
remote: This version is not pinned and can change over time, causing unexpected failures.
remote:
remote: Heroku recommends placing the `heroku/nodejs` buildpack in front of
remote: `heroku/ruby` to install a specific version of node:
remote:
remote: https://devcenter.heroku.com/articles/ruby-support#node-js-support
remote:
remote: -----> Installing node-v22.11.0-linux-x64
remote: -----> Detecting rake tasks
remote:
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: ! rake aborted!
remote: ! LoadError: cannot load such file -- rspec/core/rake_task (LoadError)
remote: ! /app/vendor/ruby-3.4.4/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
remote: ! /app/vendor/ruby-3.4.4/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/bootsnap-1.18.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in 'Kernel#require'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/zeitwerk-2.7.3/lib/zeitwerk/core_ext/kernel.rb:34:in 'Kernel#require'
remote: ! /app/Rakefile:9:in '<main>'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/rake_module.rb:29:in 'Kernel#load'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/rake_module.rb:29:in 'Rake.load_rakefile'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:740:in 'Rake::Application#raw_load_rakefile'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:126:in 'block in Rake::Application#load_rakefile'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:214:in 'Rake::Application#standard_exception_handling'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:125:in 'Rake::Application#load_rakefile'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:82:in 'block in Rake::Application#run'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/application.rb:214:in 'Rake::Application#standard_exception_handling'
remote: ! /app/vendor/bundle/ruby/3.4.0/gems/rake-13
|