Skip to content

Commit

Permalink
chore(deps): bump nokogiri from 1.14.2 to 1.14.3 in /examples/quick-s…
Browse files Browse the repository at this point in the history
…tart-ruby-on-rails/quick_start_api (#2370)

chore(deps): bump nokogiri

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2023
1 parent 861a204 commit 0461c47
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -79,6 +79,7 @@ GEM
globalid (1.1.0)
activesupport (>= 5.0)
google-protobuf (3.22.2-x86_64-darwin)
google-protobuf (3.22.2-x86_64-linux)
googleapis-common-protos-types (1.5.0)
google-protobuf (~> 3.14)
i18n (1.12.0)
Expand Down Expand Up @@ -109,7 +110,9 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.14.2-x86_64-darwin)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6)
Expand Down Expand Up @@ -333,6 +336,7 @@ GEM
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sqlite3 (1.6.2-x86_64-darwin)
sqlite3 (1.6.2-x86_64-linux)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.6)
Expand All @@ -346,6 +350,7 @@ GEM

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
bootsnap
Expand Down

0 comments on commit 0461c47

Please sign in to comment.