Skip to content

Commit ba744be

Browse files
Bump nokogiri from 1.8.1 to 1.12.5
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] <[email protected]>
1 parent 2e27be9 commit ba744be

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'mongoid_magic_counter_cache'
3636
# function 'handle_threads_query'.
3737
gem 'will_paginate_mongoid', "~>2.0"
3838
gem 'rdiscount'
39-
gem 'nokogiri', "~>1.8.1"
39+
gem 'nokogiri', "~>1.12.5"
4040

4141
gem 'elasticsearch', '~> 7.8.0'
4242
gem 'elasticsearch-model', '~> 7.1.0'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
mime-types (3.1)
101101
mime-types-data (~> 3.2015)
102102
mime-types-data (3.2016.0521)
103-
mini_portile2 (2.3.0)
103+
mini_portile2 (2.6.1)
104104
minitest (5.14.0)
105105
mongo (2.5.3)
106106
bson (>= 4.3.0, < 5.0.0)
@@ -122,8 +122,9 @@ GEM
122122
nenv (0.3.0)
123123
netrc (0.11.0)
124124
newrelic_rpm (5.6.0.349)
125-
nokogiri (1.8.1)
126-
mini_portile2 (~> 2.3.0)
125+
nokogiri (1.12.5)
126+
mini_portile2 (~> 2.6.1)
127+
racc (~> 1.4)
127128
notiffany (0.1.1)
128129
nenv (~> 0.1)
129130
shellany (~> 0.0)
@@ -137,6 +138,7 @@ GEM
137138
pry-nav (0.2.4)
138139
pry (>= 0.9.10, < 0.11.0)
139140
public_suffix (2.0.5)
141+
racc (1.5.2)
140142
rack (1.6.8)
141143
rack-protection (1.5.3)
142144
rack
@@ -234,7 +236,7 @@ DEPENDENCIES
234236
mongoid_cleaner (~> 1.2.0)
235237
mongoid_magic_counter_cache
236238
newrelic_rpm
237-
nokogiri (~> 1.8.1)
239+
nokogiri (~> 1.12.5)
238240
protected_attributes_continued
239241
pry
240242
pry-nav

0 commit comments

Comments
 (0)