Trying to install Rails 7.2.2.1 (my options are limited at the moment… can’t use Rails 8)
Something is requiring gems that I never “ordered” (I don’t have them in my Gemfile). Server won’t start, giving this error message:
Could not find sprockets-rails-3.5.2, bootsnap-1.18.4, brakeman-7.0.0, web-console-4.2.1, capybara-3.40.0, selenium-webdriver-4.28.0, sprockets-4.2.1, nio4r-2.7.4, msgpack-1.8.0, regexp_parser-2.10.0, irb-1.15.1, bindex-0.8.1, addressable-2.8.7, mini_mime-1.1.5, nokogiri-1.18.2-x86_64-linux-gnu, rack-3.1.10, rack-test-2.2.0, xpath-3.2.0, logger-1.6.6, rexml-3.4.1, rubyzip-2.4.1, websocket-1.2.11, websocket-driver-0.7.7, rack-session-2.1.0, rails-html-sanitizer-1.6.2, useragent-0.16.11, builder-3.3.0, erubi-1.13.1, bigdecimal-3.1.9, concurrent-ruby-1.3.5, connection_pool-2.5.0, i18n-1.14.7, rackup-2.2.1, rdoc-6.12.0, public_suffix-6.0.1, net-imap-0.5.6, net-smtp-0.5.1, loofah-2.24.0, psych-5.2.3, crass-1.0.6, stringio-3.1.3 in locally installed gems
Is there something other than the Gemfile that causes this? For example – I am pretty sure one can use nokogiri-1.16 with Rails 7.2. Where is this demand for “nokogiri-1.18.2-x86_64-linux-gnu” coming from ??
It is conceivable this is happening to me due to third-party containerization, but I am inclined to believe it is not (though not 100% certain) … checking with this forum to rule that out, definitively, or in.
Is anyone familiar with these weird gem requirements? This is a new install…