I am required to work in Ruby version 2.7.1 for a team project, however, when I try to bundle all my gems, and install nokogiri, it gives me the following message:
"nokogiri requires Ruby version >= 2.3, <
2.7.dev. The current ruby version is 2.7.1.83."
I really have no idea what to do because I feel like I've tried everything. I even backtracked on this very forum and tried the input " gem install nokogiri --prerelease" as was recently mentioned. Any help would be appreciated, as I must have this task done by tomorrow afternoon. Downgrading to Ruby 2.6.6 is not an option for me right now.
Thank you!