Skip to content

Commit

Permalink
Specify nokogiri 1.15.5 for Ruby 2.7
Browse files Browse the repository at this point in the history
1.15.6 seems to not compile in GH actions
  • Loading branch information
JasonBarnabe committed May 27, 2024
1 parent 4de8cf2 commit 4a1fc2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "nokogiri", "<1.16.0"
gem "nokogiri", "1.15.5"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/ruby_2.7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4a1fc2d

Please sign in to comment.