Skip to content

Update dependency thor to v1 - #27

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/thor-1.x
Open

Update dependency thor to v1#27
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/thor-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 15, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
thor (changelog) '~> 0.19''~> 1.0' age adoption passing confidence

Release Notes

rails/thor (thor)

v1.5.0: 1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.4.0...v1.5.0

v1.4.0: 1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.2...v1.4.0

v1.3.2: 1.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.1...v1.3.2

v1.3.1: 1.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.0...v1.3.1

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.2.2...v1.3.0

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

  • Fix regressions with insert_into_file

Full Changelog: rails/thor@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.1.0...v1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.0.1...v1.1.0

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.0.0...v1.0.1

v1.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.20.3...v1.0.0

v0.20.3

Compare Source

What's Changed

Full Changelog: rails/thor@v0.20.2...v0.20.3

v0.20.2

Compare Source

What's Changed

Full Changelog: rails/thor@v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.19.4...v0.20.0

v0.19.4

Compare Source

What's Changed

  • Rename Thor::Base#thor_reserved_word? to #is_thor_reserved_word?

Full Changelog: rails/thor@v0.19.3...v0.19.4

v0.19.3

Compare Source

What's Changed

  • Output a warning instead of raising an exception when a default option value doesn't match its specified type

Full Changelog: rails/thor@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed

  • fix 'thor_script subcommand [args] --help' 🌈 by @​doudou in #​500
    • Fix bug with handling of colors passed to ask (and methods like yes? and no? which it underpins)
  • Allow numeric arguments to be negative
  • Ensure that default option values are of the specified type (e.g. you can't specify "foo" as the default for a numeric option), but make symbols and strings interchangeable
  • Add Thor::Shell::Basic#indent method for intending output
  • Fix remove_command for an inherited command (see #​451)
  • Allow hash arguments to only have each key provided once (see #​455)
  • Allow commands to disable class options, for instance for "help" commands (see #​363)
  • Do not generate a negative option (--no-no-foo) for already negative boolean options (--no-foo)
  • Improve compatibility of Thor::CoreExt::HashWithIndifferentAccess with Ruby standard library Hash
  • Allow specifying a custom binding for template evaluation (e.g. #key? and #fetch)
  • Fix support for subcommand-specific "help"s
  • Use a string buffer when handling ERB for Ruby 2.3 compatibility
  • Update dependencies

New Contributors

Full Changelog: rails/thor@v0.19.1...v0.19.2


Configuration

📅 Schedule: (UTC)

  • 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 this update 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 commented Apr 15, 2026

Copy link
Copy Markdown
Author

⚠️ 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
Fetching gem metadata from http://rubygems.org/
Fetching version metadata from http://rubygems.org/
Fetching dependency metadata from http://rubygems.org/
Resolving dependencies...
--- ERROR REPORT TEMPLATE -------------------------------------------------------
- What did you do?

  I ran the command `/opt/containerbase/tools/bundler/1.12.5/4.0.6/bin/bundler lock --update thor`

- What did you expect to happen?

  I expected Bundler to...

- What happened instead?

  Instead, what actually happened was...


Error details

    NoMethodError: undefined method 'match' for class Gem::Platform
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/spec_set.rb:29:in 'block in Bundler::SpecSet#for'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/spec_set.rb:27:in 'Array#find'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/spec_set.rb:27:in 'Bundler::SpecSet#for'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/spec_set.rb:86:in 'Bundler::SpecSet#materialize'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/definition.rb:140:in 'Bundler::Definition#specs'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/definition.rb:129:in 'Bundler::Definition#resolve_remotely!'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/cli/lock.rb:29:in 'Bundler::CLI::Lock#run'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/cli.rb:428:in 'Bundler::CLI#lock'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in 'Bundler::Thor::Command#run'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in 'Bundler::Thor::Invocation#invoke_command'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor.rb:359:in 'Bundler::Thor.dispatch'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/base.rb:440:in 'Bundler::Thor::Base::ClassMethods#start'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/cli.rb:11:in 'Bundler::CLI.start'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/exe/bundler:21:in 'block in <top (required)>'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/lib/bundler/friendly_errors.rb:98:in 'Bundler.with_friendly_errors'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/gems/bundler-1.12.5/exe/bundler:19:in '<top (required)>'
      /opt/containerbase/tools/ruby/4.0.6/lib/ruby/4.0.0/rubygems.rb:305:in 'Kernel#load'
      /opt/containerbase/tools/ruby/4.0.6/lib/ruby/4.0.0/rubygems.rb:305:in 'Gem.activate_and_load_bin_path'
      /opt/containerbase/tools/bundler/1.12.5/4.0.6/bin/bundler:25:in '<main>'

Environment
      
  Bundler   1.12.5
  Rubygems  4.0.16
  Ruby      4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4) [x86_64-linux]
  GEM_HOME  /runner/cache/others/bundler
  GEM_PATH  :/opt/containerbase/tools/bundler/1.12.5/4.0.6
  Git       2.54.0
      
      Bundler settings
      
  orig_path
    Set via BUNDLE_ORIG_PATH: "/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  orig_gem_path
    Set via BUNDLE_ORIG_GEM_PATH: ":/opt/containerbase/tools/bundler/1.12.5/4.0.6"
--- TEMPLATE END ----------------------------------------------------------------

Unfortunately, an unexpected error occurred, and Bundler cannot continue.

First, try this link to see if there are any existing issue reports for this error:
https://github.com/bundler/bundler/search?q=undefined+method+%27match%27+for+class+Gem%3A%3APlatform&type=Issues

If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at:
https://github.com/bundler/bundler/issues/new


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants