Skip to content

Commit

Permalink
Bump Bundler version from 2.2.19 to 2.6.0
Browse files Browse the repository at this point in the history
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>'
```
  • Loading branch information
ydah authored and LuukvH committed Jan 14, 2025
1 parent ab7ebfd commit 75e3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ DEPENDENCIES
rubocop (~> 1.65.1)

BUNDLED WITH
2.2.19
2.6.0

0 comments on commit 75e3b1d

Please sign in to comment.