diff --git a/Gemfile b/Gemfile index feb359a6d05..4e736b6a582 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'mongoid_magic_counter_cache' # function 'handle_threads_query'. gem 'will_paginate_mongoid', "~>2.0" gem 'rdiscount' -gem 'nokogiri', "~>1.8.1" +gem 'nokogiri', "~>1.10.10" gem 'elasticsearch', '~> 7.8.0' gem 'elasticsearch-model', '~> 7.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 171b6243a31..2094f57552e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.14.0) mongo (2.5.3) bson (>= 4.3.0, < 5.0.0) @@ -122,8 +122,8 @@ GEM nenv (0.3.0) netrc (0.11.0) newrelic_rpm (5.6.0.349) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -234,7 +234,7 @@ DEPENDENCIES mongoid_cleaner (~> 1.2.0) mongoid_magic_counter_cache newrelic_rpm - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.10) protected_attributes_continued pry pry-nav