Bump nokogiri from 1.11.7 to 1.12.0 (#14399)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.12.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.7...v1.12.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a69b8d60e5
commit
b8edc3c185
11 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -54,7 +54,7 @@ gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
|
|||
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
|
||||
gem "katex", "~> 0.8.0" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
|
||||
gem "liquid", "~> 5.0" # A secure, non-evaling end user template engine with aesthetic markup
|
||||
gem "nokogiri", "~> 1.11" # HTML, XML, SAX, and Reader parser
|
||||
gem "nokogiri", "~> 1.12" # HTML, XML, SAX, and Reader parser
|
||||
gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API
|
||||
gem "oj", "~> 3.12" # JSON parser and object serializer
|
||||
gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -433,7 +433,7 @@ GEM
|
|||
mini_histogram (0.3.1)
|
||||
mini_magick (4.11.0)
|
||||
mini_mime (1.1.0)
|
||||
mini_portile2 (2.5.3)
|
||||
mini_portile2 (2.6.1)
|
||||
minitest (5.14.4)
|
||||
modis (4.0.0)
|
||||
activemodel (>= 5.2)
|
||||
|
|
@ -454,14 +454,14 @@ GEM
|
|||
http-2 (~> 0.11)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.7)
|
||||
nokogiri (1.11.7)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
nokogiri (1.12.0)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.11.7-arm64-darwin)
|
||||
nokogiri (1.12.0-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.11.7-x86_64-darwin)
|
||||
nokogiri (1.12.0-x86_64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.11.7-x86_64-linux)
|
||||
nokogiri (1.12.0-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
|
|
@ -915,7 +915,7 @@ DEPENDENCIES
|
|||
listen (~> 3.6)
|
||||
memory_profiler (~> 1.0)
|
||||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.11)
|
||||
nokogiri (~> 1.12)
|
||||
octokit (~> 4.21)
|
||||
oj (~> 3.12)
|
||||
omniauth (~> 2.0)
|
||||
|
|
|
|||
BIN
vendor/cache/mini_portile2-2.5.3.gem
vendored
BIN
vendor/cache/mini_portile2-2.5.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/mini_portile2-2.6.1.gem
vendored
Normal file
BIN
vendor/cache/mini_portile2-2.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nokogiri-1.11.7-arm64-darwin.gem
vendored
BIN
vendor/cache/nokogiri-1.11.7-arm64-darwin.gem
vendored
Binary file not shown.
BIN
vendor/cache/nokogiri-1.11.7-x86_64-darwin.gem
vendored
BIN
vendor/cache/nokogiri-1.11.7-x86_64-darwin.gem
vendored
Binary file not shown.
BIN
vendor/cache/nokogiri-1.11.7-x86_64-linux.gem
vendored
BIN
vendor/cache/nokogiri-1.11.7-x86_64-linux.gem
vendored
Binary file not shown.
BIN
vendor/cache/nokogiri-1.12.0-arm64-darwin.gem
vendored
Normal file
BIN
vendor/cache/nokogiri-1.12.0-arm64-darwin.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nokogiri-1.12.0-x86_64-darwin.gem
vendored
Normal file
BIN
vendor/cache/nokogiri-1.12.0-x86_64-darwin.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nokogiri-1.12.0-x86_64-linux.gem
vendored
Normal file
BIN
vendor/cache/nokogiri-1.12.0-x86_64-linux.gem
vendored
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue