Я запускаю установку wpscan на свой макбук с сайта: https://blog.sucuri.net/2015/10/install-wpscan-wordpress-vulnerability-scan.html
все отлично до команды: sudo gem install bundler && sudo bundle install --without test
Я получаю ошибку :
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'test'`, and stop using this flag
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler found conflicting requirements for the Ruby version:
In Gemfile:
Ruby
wpscan was resolved to 3.7.11, which depends on
Ruby (>= 2.4)
Ruby (>= 2.4), which is required by gem 'wpscan', is not available in the local
ruby installation
как это исправить?