From 218040584d0d0e7573cc5f6d5f5cf84e84435384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:59:21 -0400 Subject: [PATCH] Bump rqrcode from 2.2.0 to 3.0.0 (#2162) Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/whomwah/rqrcode/releases) - [Changelog](https://github.com/whomwah/rqrcode/blob/main/CHANGELOG.md) - [Commits](https://github.com/whomwah/rqrcode/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: rqrcode dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 99979bc7..f5d73296 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "stripe" gem "intercom-rails" gem "plaid" gem "rotp", "~> 6.3" -gem "rqrcode", "~> 2.2" +gem "rqrcode", "~> 3.0" gem "activerecord-import" # AI diff --git a/Gemfile.lock b/Gemfile.lock index bf03ded1..76b466f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,10 +394,10 @@ GEM io-console (~> 0.5) rexml (3.4.1) rotp (6.3.0) - rqrcode (2.2.0) + rqrcode (3.0.0) chunky_png (~> 1.0) - rqrcode_core (~> 1.0) - rqrcode_core (1.2.0) + rqrcode_core (~> 2.0) + rqrcode_core (2.0.0) rubocop (1.74.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -578,7 +578,7 @@ DEPENDENCIES redcarpet redis (~> 5.4) rotp (~> 6.3) - rqrcode (~> 2.2) + rqrcode (~> 3.0) rubocop-rails-omakase ruby-lsp-rails ruby-openai