そうそう
$ git -C ~/.rbenv/plugins/ruby-build pull
$ bundle install 3.4.3
ERROR: "bundle install" was called with arguments ["3.4.3"]
Usage: "bundle install [OPTIONS]"
まちがえたw
$ rbenv install 3.4.3
$ rbenv local 3.4.3
$ bundle install
$ bundle exec rspec
:
Finished in 9 minutes 14 seconds (files took 16.64 seconds to load)
6059 examples, 0 failures, 4 pending
ヨシ