Skip to content

Update dependency ruby to v3 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency ruby to v3 #43

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2021

This PR contains the following updates:

Package Update Change
ruby (source) major 2.7.1 -> 3.4.5
ruby (source) major 2.4.5 -> 3.4.5

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Created by Renovate Bot label Jan 10, 2021
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 67d32f7 to 59876b0 Compare April 26, 2021 15:11
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 59876b0 to b9c286c Compare March 7, 2022 13:01
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from b9c286c to 6668653 Compare April 24, 2022 21:26
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 6668653 to 6eaddd9 Compare March 18, 2023 08:16
@renovate
Copy link
Author

renovate bot commented Mar 18, 2023

⚠ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
installing v2 tool ruby v3.3.1
[12:57:42.498] INFO (63): Installing tool ruby@3.3.1...
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.3.1/ruby-3.3.1-focal-x86_64.tar.xz
[12:57:43.206] INFO (97): Downloading file ...
    url: "https://github.com/containerbase/ruby-prebuild/releases/download/3.3.1/ruby-3.3.1-focal-x86_64.tar.xz"
    output: "/tmp/renovate/cache/containerbase/dcbb0a21126ec010c913a9c0cb872be4af0169255bda3b682580355198855810/ruby-3.3.1-focal-x86_64.tar.xz"
[12:57:43.469] FATAL (97): Response code 404 (Not Found)
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:44575:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:44630:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:44645:17)
              at Object.onceWrapper (node:events:633:26)
              at ClientRequest.emit (node:events:530:35)
              at ClientRequest.emit (node:domain:488:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
              at TLSSocket.socketOnData (node:_http_client:535:22)
              at TLSSocket.emit (node:events:518:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1713877063286,
        "socket": 1713877063297,
        "lookup": 1713877063299,
        "connect": 1713877063302,
        "secureConnect": 1713877063309,
        "upload": 1713877063310,
        "response": 1713877063405,
        "end": 1713877063453,
        "phases": {
          "wait": 11,
          "dns": 2,
          "tcp": 3,
          "tls": 7,
          "request": 1,
          "firstByte": 95,
          "download": 48,
          "total": 167
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/containerbase/ruby-prebuild/releases/download/3.3.1/ruby-3.3.1-focal-x86_64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[12:57:43.509] INFO (97): Download completed with errors  in 304ms.
[12:57:43.532] FATAL (63): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.3.1
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.3.1",
      "stack":
          Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.3.1
              at makeError (/snapshot/dist/containerbase-cli.js:45983:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:46698:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:54150:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:54334:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:54543:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2430:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3543:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3551:28)
              at async main (/snapshot/dist/containerbase-cli.js:54737:3)
      "shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.3.1",
      "command": "/usr/local/containerbase/bin/install-tool.sh ruby 3.3.1",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool.sh\" ruby 3.3.1",
      "exitCode": 1,
      "cwd": "/tmp/renovate/repos/github/tdkn/rails-nuxt",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[12:57:43.663] INFO (63): Installed tool ruby with errors in 1.1s.


@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 6eaddd9 to 0ab7e86 Compare March 30, 2023 14:31
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 0ab7e86 to b293e0a Compare December 25, 2023 09:40
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from b293e0a to 8b97da2 Compare April 23, 2024 12:57
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 8b97da2 to 48263b6 Compare May 30, 2024 08:27
Copy link
Author

renovate bot commented May 30, 2024

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock

/opt/containerbase/tools/bundler/2.0.1/3.4.5/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:272:in 'Bundler::SharedHelpers#search_up': undefined method 'untaint' for an instance of String (NoMethodError)

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

@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 48263b6 to 99a6118 Compare June 12, 2024 03:22
@renovate renovate bot force-pushed the renovate/ruby-3.x branch 2 times, most recently from 7fa92d7 to ebdf816 Compare July 14, 2024 08:26
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from ebdf816 to 366c6c3 Compare September 3, 2024 11:08
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 366c6c3 to e872a50 Compare November 5, 2024 06:58
@renovate renovate bot force-pushed the renovate/ruby-3.x branch 2 times, most recently from 108ff0d to d061dbb Compare December 25, 2024 10:12
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from d061dbb to 0209b6a Compare February 14, 2025 23:00
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 0209b6a to 2f45d36 Compare April 14, 2025 18:38
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from 2f45d36 to e029052 Compare May 14, 2025 23:02
@renovate renovate bot force-pushed the renovate/ruby-3.x branch from e029052 to 0b5e1a0 Compare July 15, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Created by Renovate Bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants