Nexmo / nexmo-rails-quickstart

Nexmo Quickstart Examples for Ruby on Rails
MIT License
5 stars 3 forks source link

Update dependency puma to v6 - autoclosed #15

Closed mend-for-github-com[bot] closed 4 months ago

mend-for-github-com[bot] commented 6 months ago

This PR contains the following updates:

Package Update Change
puma major '~> 3.7' -> '~> 6.0'

By merging this PR, the issue #10 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Critical Critical 9.8 CVE-2023-40175
High High 7.5 CVE-2021-29509
High High 7.5 CVE-2024-21647
Medium Medium 5.9 CVE-2022-23634
Low Low 3.7 CVE-2021-41136

mend-for-github-com[bot] commented 6 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Gemfile.lock
[03:56:08.791] INFO (30517): Installing tool bundler v1.17.2...
[03:56:08.800] INFO (30517): tool already installed
    tool: "bundler"
[03:56:09.040] FATAL (30517): Command failed with exit code 1: bundler --version
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: bundler --version",
      "stack":
          Error: Command failed with exit code 1: bundler --version
              at makeError (/snapshot/dist/containerbase-cli.js:43710:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:44609:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallBundlerService.test (/snapshot/dist/containerbase-cli.js:51111:5)
              at async InstallToolService.linkAndTest (/snapshot/dist/containerbase-cli.js:51422:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:51369:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:51715:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:1344:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:2457:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:2465:28)
      "shortMessage": "Command failed with exit code 1: bundler --version",
      "command": "bundler --version",
      "escapedCommand": "bundler --version",
      "exitCode": 1,
      "cwd": "/tmp/renovate/github/Nexmo/nexmo-rails-quickstart",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[03:56:09.092] INFO (30517): Installed tool bundler with errors in 300ms.

/opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:272:in `search_up': undefined method `untaint' for an instance of String (NoMethodError)

      current  = File.expand_path(SharedHelpers.pwd).untaint
                                                    ^^^^^^^^
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:259:in `find_file'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:251:in `find_gemfile'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:27:in `root'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler.rb:234:in `root'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler.rb:246:in `app_config_path'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler.rb:273:in `settings'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/feature_flag.rb:21:in `block in settings_method'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/cli.rb:97:in `<class:CLI>'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/cli.rb:7:in `<module:Bundler>'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/cli.rb:6:in `<top (required)>'
    from <internal:/opt/containerbase/tools/ruby/3.3.0/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require'
    from <internal:/opt/containerbase/tools/ruby/3.3.0/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/exe/bundle:23:in `block in <top (required)>'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/exe/bundle:22:in `<top (required)>'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/exe/bundler:4:in `load'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/gems/bundler-1.17.2/exe/bundler:4:in `<top (required)>'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/bin/bundler:25:in `load'
    from /opt/containerbase/tools/bundler/1.17.2/3.3/bin/bundler:25:in `<main>'