From d89895ea1ec4ad9780873556e18f94e33a6c9ee5 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Fri, 12 Apr 2024 09:08:13 +0000 Subject: [PATCH] Update dependency rqrcode to '~> 2.2' --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ebb06383cd433..c831bb8962dad 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem 'invisible_captcha', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategor # Two-factor authentication gem 'devise-two-factor', '~> 4.1.1' # rubocop:todo Gemfile/MissingFeatureCategory -gem 'rqrcode', '~> 2.0', feature_category: :system_access +gem 'rqrcode', '~> 2.2', feature_category: :system_access gem 'attr_encrypted', '~> 3.2.4', path: 'vendor/gems/attr_encrypted' # rubocop:todo Gemfile/MissingFeatureCategory diff --git a/Gemfile.lock b/Gemfile.lock index 8657d43b72ac3..4b953b1cb7278 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2075,7 +2075,7 @@ DEPENDENCIES retriable (~> 3.1.2) rexml (~> 3.2.6) rouge (~> 4.2.0) - rqrcode (~> 2.0) + rqrcode (~> 2.2) rspec-benchmark (~> 0.6.0) rspec-parameterized (~> 1.0) rspec-rails (~> 6.1.1) @@ -2150,4 +2150,4 @@ DEPENDENCIES yajl-ruby (~> 1.4.3) BUNDLED WITH - 2.5.7 + 2.5.8 -- GitLab