when I try to run metasploit on pentestbox last version I get the below error
could not find compatible versions for gem "activesupport": In snapshot (Gemfile.lock): activesupport (= 4.2.11) In Gemfile: metasploit-framework x86-mingw32 was resolved to 5.0.5, which depends on activerecord (~> 4.2.6) x86-mingw32 was resolved to 4.2.10, which depends on activesupport (= 4.2.10) x86-mingw32 rspec-rails x86-mingw32 was resolved to 3.8.2, which depends on railties (>= 3.0) was resolved to 4.2.11, which depends on activesupport (= 4.2.11) x86-mingw32 Running
bundle update
will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.
I tried running the command "bundle update", but got this error
Fetching nokogiri 1.10.1 (x86-mingw32) Installing nokogiri 1.10.1 (x86-mingw32) Gem::InstallError: nokogiri requires Ruby version < 2.7.dev, >= 2.3. An error occurred while installing nokogiri (1.10.1), and Bundler cannot continue. Make sure that
gem install nokogiri -v '1.10.1'
succeeds before bundling
after that I try run command "bundle install" I get same Error