Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.11.6 to 1.14.0 #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Bump nokogiri from 1.11.6 to 1.14.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.6 to 1.14.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.11.6...v1.14.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 17, 2023
commit df8eb74f48b1ccbb04fe157e023112a3a19f6374
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.14" # HTML, XML, SAX, and Reader parser
gem "octokit", "~> 4.21" # Simple wrapper for the GitHub API
gem "oj", "~> 3.11" # JSON parser and object serializer
gem "omniauth", "~> 2.0" # A generalized Rack framework for multiple-provider authentication
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,11 @@ GEM
http-2 (~> 0.11)
netrc (0.11.0)
nio4r (2.5.7)
nokogiri (1.11.6-arm64-darwin)
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.11.6-x86_64-darwin)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.6-x86_64-linux)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -531,7 +531,7 @@ GEM
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
racc (1.6.2)
rack (2.2.3)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -914,7 +914,7 @@ DEPENDENCIES
listen (~> 3.5)
memory_profiler (~> 1.0)
nakayoshi_fork (~> 0.0.4)
nokogiri (~> 1.11)
nokogiri (~> 1.14)
octokit (~> 4.21)
oj (~> 3.11)
omniauth (~> 2.0)
Expand Down
Binary file removed vendor/cache/nokogiri-1.11.6-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.6-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.6-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.0-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.0-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.14.0-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.2.gem
Binary file not shown.