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