Closed gmcgibbon closed 11 months ago
Because Rails 7.1 is released, >= 7.0.0.alpha would install 7.1, and a nokogiri version that doesn't work on Ruby 2.7. This caused 2.7 / 7.0 CI to fail.
Also use >= 7.1.0.alpha in edge case, there is no prerelease right now.
Because Rails 7.1 is released, >= 7.0.0.alpha would install 7.1, and a nokogiri version that doesn't work on Ruby 2.7. This caused 2.7 / 7.0 CI to fail.
Also use >= 7.1.0.alpha in edge case, there is no prerelease right now.