Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify nokogiri 1.15.5 for Ruby 2.7 #360

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading