Skip to content
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.5"

gem 'elasticsearch', '~> 7.8.0'
gem 'elasticsearch-model', '~> 7.1.0'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.3.0)
mini_portile2 (2.6.1)
minitest (5.15.0)
mongo (2.18.1)
bson (>= 4.14.1, < 5.0.0)
Expand All @@ -134,8 +134,9 @@ GEM
nenv (0.3.0)
netrc (0.11.0)
newrelic_rpm (8.12.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand All @@ -147,6 +148,7 @@ GEM
pry-nav (1.0.0)
pry (>= 0.9.10, < 0.15)
public_suffix (4.0.7)
racc (1.6.1)
rack (2.2.4)
rack-protection (2.2.2)
rack
Expand Down Expand Up @@ -247,7 +249,7 @@ DEPENDENCIES
mongoid_cleaner (~> 1.2.0)
mongoid_magic_counter_cache
newrelic_rpm
nokogiri (~> 1.8.1)
nokogiri (~> 1.12.5)
protected_attributes_continued
pry
pry-nav
Expand Down