From e79d5e0083ec14277cfd23886fece880752691ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:20:37 +0000 Subject: [PATCH] Bump rqrcode from 2.2.0 to 3.0.0 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/commits) --- 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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 14fc47f..c3fb14b 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ end gem "vonage_rails", "~> 1.2" gem "dotenv-rails", "~> 3.1" -gem "rqrcode", "~> 2.2" +gem "rqrcode", "~> 3.0" gem "requestjs-rails", "~> 0.0.12" diff --git a/Gemfile.lock b/Gemfile.lock index 8675c06..77a6768 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,10 +271,10 @@ GEM requestjs-rails (0.0.12) railties (>= 6.1.0) rexml (3.4.1) - 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) @@ -418,7 +418,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.0) requestjs-rails (~> 0.0.12) - rqrcode (~> 2.2) + rqrcode (~> 3.0) rubocop-rails-omakase selenium-webdriver solid_cable