Bump nokogiri from 1.11.4 to 1.12.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 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.4...v1.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diff
Gemfile | 2 +-
Gemfile.lock | 8 +++++---
2 files changed, 5 insertions(+), 5 deletions(-)
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
gem 'nokogiri', '~> 1.11'
gem 'nokogiri', '~> 1.12'
gem 'octokit', '~> 4.21'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.1.0'
@@ -9,13 +9,13 @@
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.0)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
@@ -48,7 +48,7 @@
DEPENDENCIES
dotenv (~> 2.7)
nokogiri (~> 1.11)
nokogiri (~> 1.12)
octokit (~> 4.21)
redis (~> 4.3)
sinatra (~> 2.1.0)