Ruby - Gems and Bundler
Given this Gemfile snippet:
What is wrong with this Gemfile if you want to update nokogiri to version 1.13.0?
gem 'nokogiri', '~> 1.12' gem 'rails', '6.1.4'
What is wrong with this Gemfile if you want to update nokogiri to version 1.13.0?
