chore(deps): update dependency bundler to v4.0.12 #1373
Annotations
1 error and 1 warning
|
Deploy to Heroku
Error: Command failed: git push heroku HEAD:refs/heads/main
remote: Updated 1833 paths from b51450ab
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Deleting 1 files matching .slugignore patterns.
remote: -----> Using buildpack: heroku/ruby
remote: -----> Ruby app detected
remote:
remote: ###### WARNING:
remote:
remote: Your bundler version changed from `2.4.6` to `4.0.12`.
remote:
remote: If you see problems related to the new bundler version, you can revert to the previous version
remote: by updating the `BUNDLED WITH` value in your `Gemfile.lock`. For example:
remote:
remote: ```
remote: BUNDLED WITH
remote: 2.4.6
remote: ```
remote:
remote: Commit the results to git before redeploying:
remote:
remote: ```
remote: $ git add Gemfile.lock
remote: $ git commit -m "Revert to previous bundler version"
remote: ```
remote:
remote: -----> Using Ruby version: ruby-3.4.8
remote: -----> Installing bundler 4.0.12
remote: -----> Installing dependencies using bundler 4.0.12
remote: Running: BUNDLE_WITHOUT='development:test:docs' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
remote: Fetching gem metadata from https://rubygems.org/.............
remote: Fetching prettyprint 0.2.0
remote: Installing prettyprint 0.2.0
remote: Fetching tsort 0.2.0
remote: Installing tsort 0.2.0
remote: Fetching reline 0.6.0
remote: Installing reline 0.6.0
remote: Fetching ruby2_keywords 0.0.5
remote: Installing ruby2_keywords 0.0.5
remote: Bundle complete! 34 Gemfile dependencies, 89 gems now installed.
remote: Gems in the groups 'development', 'test' and 'docs' were not installed.
remote: Bundled gems are installed into `./vendor/bundle`
remote: Bundle completed (2.03s)
remote: Cleaning up the bundler cache.
remote: Removing bundler (2.4.6)
remote: Running: bundle list
remote: -----> Compiling Ruby/Rails
remote:
remote: ###### WARNING:
remote:
remote: Default version of Node.js changed (20.9.0 to 24.13.0)
remote:
remote:
remote: ###### WARNING:
remote:
remote: Installing a default version (24.13.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-reference#node-js-and-yarn-support
remote:
remote: -----> Installing node-v24.13.0-linux-x64
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: Docs -- BEGIN
remote: Docs -- Downloaded angular~18
remote: Docs -- Downloaded angular~19
remote: Docs -- Downloaded angular~16
remote: Docs -- Downloaded angular
remote: Docs -- Downloaded angular~20
remote: Docs -- Downloaded angular~12
remote: Docs -- Downloaded angular~13
remote: Docs -- Downloaded angular~15
remote: Docs -- Downloaded angular~14
remote: Docs -- Downloaded angular~11
remote: Docs -- Downloade
|
|
Deploy to Heroku
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5, akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28, ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|