Skip to content

Commit

Permalink
Merge pull request #41017 from kamipo/avoid-nokogiri-1.11.0
Browse files Browse the repository at this point in the history
Avoid nokogiri v1.11.0 to make our CI green
  • Loading branch information
kamipo committed Jan 5, 2021
2 parents 21b8d9b + 858b575 commit c28c800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
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

0 comments on commit c28c800

Please sign in to comment.