Merge pull request #118 from cccs/dependabot/bundler/nokogiri-1.12.5

Bump nokogiri from 1.10.8 to 1.12.5
This commit is contained in:
C2h1 2022-02-15 21:41:47 +01:00 committed by GitHub
commit 9a6ca2adbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -7,7 +7,7 @@ gem 'systemu', '~> 2.6.5'
gem 'adsf', '~> 1.2.0' gem 'adsf', '~> 1.2.0'
gem 'sass', '~> 3.4.21' gem 'sass', '~> 3.4.21'
gem 'rdiscount', '~> 2.1.8' gem 'rdiscount', '~> 2.1.8'
gem 'nokogiri', '~> 1.10.8' gem 'nokogiri', '~> 1.12.5'
gem 'feedjira', '~> 2.0.0' gem 'feedjira', '~> 2.0.0'
gem 'ri_cal', '~> 0.8.8' gem 'ri_cal', '~> 0.8.8'
gem 'rqrcode_png', '~> 0.1.5' gem 'rqrcode_png', '~> 0.1.5'

View file

@ -64,14 +64,15 @@ GEM
memoizable (0.4.2) memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.0) method_source (0.9.0)
mini_portile2 (2.4.0) mini_portile2 (2.6.1)
multipart-post (2.0.0) multipart-post (2.0.0)
nanoc (3.7.5) nanoc (3.7.5)
cri (~> 2.3) cri (~> 2.3)
naught (1.1.0) naught (1.1.0)
nenv (0.3.0) nenv (0.3.0)
nokogiri (1.10.8) nokogiri (1.12.5)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.6.1)
racc (~> 1.4)
notiffany (0.1.1) notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
@ -80,6 +81,7 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (3.0.1) public_suffix (3.0.1)
racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rb-fsevent (0.10.2) rb-fsevent (0.10.2)
rb-inotify (0.9.10) rb-inotify (0.9.10)
@ -132,7 +134,7 @@ DEPENDENCIES
feedjira (~> 2.0.0) feedjira (~> 2.0.0)
guard-nanoc (~> 1.0.3) guard-nanoc (~> 1.0.3)
nanoc (~> 3.7.5) nanoc (~> 3.7.5)
nokogiri (~> 1.10.8) nokogiri (~> 1.12.5)
rdiscount (~> 2.1.8) rdiscount (~> 2.1.8)
ri_cal (~> 0.8.8) ri_cal (~> 0.8.8)
rqrcode_png (~> 0.1.5) rqrcode_png (~> 0.1.5)