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

Avoid nokogiri v1.11.0 to make our CI green #41017

Merged
merged 1 commit into from
Jan 5, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ group :test do
end

platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem "nokogiri", ">= 1.8.1"
gem "nokogiri", ">= 1.8.1", "!= 1.11.0"

# Needed for compiling the ActionDispatch::Journey parser.
gem "racc", ">=1.4.6", require: false
Expand Down
7 changes: 1 addition & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,6 @@ GEM
nio4r (2.5.4-java)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-java)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x86-mingw32)
mini_portile2 (~> 2.4.0)
os (1.1.1)
parallel (1.19.2)
parser (2.7.2.0)
Expand Down Expand Up @@ -582,7 +577,7 @@ DEPENDENCIES
minitest-reporters
minitest-retry
mysql2 (~> 0.5)!
nokogiri (>= 1.8.1)
nokogiri (>= 1.8.1, != 1.11.0)
pg (~> 1.1)
psych (~> 3.0)
puma
Expand Down