Skip to content

Commit

Permalink
AO3-6085 Remove explicit dependency on nokogumbo (#4174)
Browse files Browse the repository at this point in the history
The gem has been merged into nokogiri 1.12.0.

Remove its deprecation warnings (sparklemotion/nokogiri#2205).
  • Loading branch information
redsummernight authored Feb 26, 2022
1 parent 2d73d16 commit ec271b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ gem 'whenever', '~>0.6.2', require: false
gem 'nokogiri', '>= 1.8.5'
gem 'mechanize'
gem 'sanitize', '>= 4.6.5'
gem "nokogumbo"
gem "rest-client", "~> 2.1.0", require: "rest_client"
gem 'resque', '>=1.14.0'
gem 'resque-scheduler'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ GEM
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
orm_adapter (0.5.0)
parallel (1.21.0)
parser (3.1.0.0)
Expand Down Expand Up @@ -631,7 +629,6 @@ DEPENDENCIES
mysql2 (= 0.5.2)
newrelic_rpm
nokogiri (>= 1.8.5)
nokogumbo
permit_yo
phraseapp-in-context-editor-ruby (>= 1.0.6)
pickle
Expand Down

0 comments on commit ec271b9

Please sign in to comment.