From 4a1fc2d8348d4d8ec8c6106acc9086953a388794 Mon Sep 17 00:00:00 2001 From: Jason Barnabe Date: Mon, 27 May 2024 10:25:34 -0500 Subject: [PATCH] Specify nokogiri 1.15.5 for Ruby 2.7 1.15.6 seems to not compile in GH actions --- Appraisals | 2 +- gemfiles/ruby_2.7.gemfile | 2 +- gemfiles/ruby_2.7.gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Appraisals b/Appraisals index ec1eb4b0..fc7ae620 100644 --- a/Appraisals +++ b/Appraisals @@ -1,6 +1,6 @@ # This only exists to specify an earlier version of nokogiri that is installable with Ruby 2.7. appraise "ruby-2.7" do - gem "nokogiri", "<1.16.0" + gem "nokogiri", "1.15.5" end appraise "ruby-3.0" do diff --git a/gemfiles/ruby_2.7.gemfile b/gemfiles/ruby_2.7.gemfile index 205f99ca..0c94dad0 100644 --- a/gemfiles/ruby_2.7.gemfile +++ b/gemfiles/ruby_2.7.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "nokogiri", "<1.16.0" +gem "nokogiri", "1.15.5" gemspec path: "../" diff --git a/gemfiles/ruby_2.7.gemfile.lock b/gemfiles/ruby_2.7.gemfile.lock index aa3b10c9..ae04c883 100644 --- a/gemfiles/ruby_2.7.gemfile.lock +++ b/gemfiles/ruby_2.7.gemfile.lock @@ -87,7 +87,7 @@ GEM minitest (5.23.1) mutex_m (0.2.0) netrc (0.11.0) - nokogiri (1.15.6) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (1.1.0) @@ -192,7 +192,7 @@ DEPENDENCIES devise-i18n! i18n-spec (~> 0.6.0) localeapp - nokogiri (< 1.16.0) + nokogiri (= 1.15.5) omniauth-twitter railties rspec (>= 2.8.0)