Skip to content
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

Bump Bundler version from 2.2.19 to 2.6.0 #83

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

ydah
Copy link
Contributor

@ydah ydah commented Dec 17, 2024

The following error occurred when running bundle install with ruby 3.4.0rc1:

❯ bundle install
/ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError)

    DidYouMean::SPELL_CHECKERS.merge!(
              ^^^^^^^^^^^^^^^^
Did you mean?  DidYouMean::SpellChecker
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/error.rb:1:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:3:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:3:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:1:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:1:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendored_thor.rb:8:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendored_thor.rb:8:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:3:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:3:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/exe/bundle:32:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/exe/bundle:32:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/bin/bundle:25:in 'Kernel#load'
        from /ydah/.rbenv/versions/3.4.0-rc1/bin/bundle:25:in '<main>'

related:

ydah and others added 2 commits December 17, 2024 17:22
The following error occurred when running `bundle install` with ruby 3.4.0rc1:

```
❯ bundle install
/ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError)

    DidYouMean::SPELL_CHECKERS.merge!(
              ^^^^^^^^^^^^^^^^
Did you mean?  DidYouMean::SpellChecker
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/error.rb:1:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:3:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor/base.rb:3:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:1:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendor/thor/lib/thor.rb:1:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendored_thor.rb:8:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/vendored_thor.rb:8:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:3:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/lib/bundler/friendly_errors.rb:3:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/exe/bundle:32:in 'Kernel#require_relative'
        from /ydah/.rbenv/versions/3.4.0-rc1/lib/ruby/gems/3.4.0+1/gems/bundler-2.2.19/exe/bundle:32:in '<top (required)>'
        from /ydah/.rbenv/versions/3.4.0-rc1/bin/bundle:25:in 'Kernel#load'
        from /ydah/.rbenv/versions/3.4.0-rc1/bin/bundle:25:in '<main>'
```
@LuukvH LuukvH merged commit 75e3b1d into Drieam:master Jan 14, 2025
7 checks passed
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.

2 participants