From 431ae7a273575c68e523f0dd8a37c2065dfa8b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:53:32 +0000 Subject: [PATCH] Bump rqrcode from 2.2.0 to 3.2.0 Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 2.2.0 to 3.2.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.2.0) --- updated-dependencies: - dependency-name: rqrcode dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index dd144b3..f4faebc 100644 --- a/Gemfile +++ b/Gemfile @@ -81,4 +81,4 @@ gem 'pagy' # Multi-factor authentication gem 'rotp', '~> 6.3' # TOTP generation and verification -gem 'rqrcode', '~> 2.2' # QR code generation +gem 'rqrcode', '~> 3.2' # QR code generation diff --git a/Gemfile.lock b/Gemfile.lock index 4d8185a..e5758d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,10 +305,10 @@ GEM io-console (~> 0.5) rexml (3.4.4) rotp (6.3.0) - rqrcode (2.2.0) + rqrcode (3.2.0) chunky_png (~> 1.0) - rqrcode_core (~> 1.0) - rqrcode_core (1.2.0) + rqrcode_core (~> 2.0) + rqrcode_core (2.1.0) rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -457,7 +457,7 @@ DEPENDENCIES rails (~> 8.1.0) rails-controller-testing rotp (~> 6.3) - rqrcode (~> 2.2) + rqrcode (~> 3.2) rubocop-rails-omakase selenium-webdriver solid_cable