Skip to content

Commit

Permalink
Bump nokogiri from 1.8.1 to 1.12.5
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.1...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
1 parent 3420c0a commit 2987073
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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

0 comments on commit 2987073

Please sign in to comment.