From e71287095ad425d6de6b86a8d44a5a9246ad2ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:50:02 +0000 Subject: [PATCH] chore(deps): bump the bundler group across 2 directories with 1 update Bumps the bundler group with 1 update in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Bumps the bundler group with 1 update in the /gems/kiqr directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.16.4 to 1.16.5 - [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.16.4...v1.16.5) Updates `nokogiri` from 1.16.3 to 1.16.5 - [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.16.4...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ gems/kiqr/Gemfile.lock | 19 ++++++++++++++++++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab78537..04fe7e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,17 +208,17 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.1) - nokogiri (1.16.4-aarch64-linux) + nokogiri (1.16.5-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.4-arm-linux) + nokogiri (1.16.5-arm-linux) racc (~> 1.4) - nokogiri (1.16.4-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.4-x86-linux) + nokogiri (1.16.5-x86-linux) racc (~> 1.4) - nokogiri (1.16.4-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.4-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) omniauth (2.1.2) hashie (>= 3.4.6) diff --git a/gems/kiqr/Gemfile.lock b/gems/kiqr/Gemfile.lock index 4f63dbe..7a224c7 100644 --- a/gems/kiqr/Gemfile.lock +++ b/gems/kiqr/Gemfile.lock @@ -4,6 +4,8 @@ PATH kiqr (0.1.0) devise (~> 4.9, >= 4.9.3) devise-two-factor (~> 5.0.0) + omniauth (~> 2.1.1) + omniauth-rails_csrf_protection (~> 1.0.1) public_uid (~> 2.2) rails (>= 7.1.3.2) @@ -112,6 +114,7 @@ GEM i18n (>= 1.8.11, < 2) globalid (1.2.1) activesupport (>= 6.1) + hashie (5.0.0) i18n (1.14.4) concurrent-ruby (~> 1.0) io-console (0.7.2) @@ -140,8 +143,17 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.1) - nokogiri (1.16.3-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) + racc (~> 1.4) + omniauth (2.1.2) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-rails_csrf_protection (1.0.2) + actionpack (>= 4.2) + omniauth (~> 2.0) orm_adapter (0.5.0) psych (5.1.2) stringio @@ -151,6 +163,9 @@ GEM nio4r (~> 2.0) racc (1.7.3) rack (3.0.10) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -210,6 +225,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -225,6 +241,7 @@ GEM PLATFORMS arm64-darwin + x86_64-linux DEPENDENCIES factory_bot (~> 6.4.3)