From b08202f51d0fa88efa938115d9b76804bf357403 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 28 Jun 2021 00:28:39 +0200 Subject: [PATCH] Bump rqrcode --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 087f24a07..9287ce97d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "json-schema", "2.8.1" gem "devise", "4.8.0" gem "devise_lastseenable", "0.0.6" gem "devise-two-factor", "4.0.0" -gem "rqrcode", "1.1.2" +gem "rqrcode", "2.0.0" # Captcha diff --git a/Gemfile.lock b/Gemfile.lock index 0ce108c81..60f35134c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -620,10 +620,10 @@ GEM railties (>= 5.0) rexml (3.2.5) rotp (6.2.0) - rqrcode (1.1.2) + rqrcode (2.0.0) chunky_png (~> 1.0) - rqrcode_core (~> 0.1) - rqrcode_core (0.2.0) + rqrcode_core (~> 1.0) + rqrcode_core (1.0.0) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -901,7 +901,7 @@ DEPENDENCIES redcarpet (= 3.5.1) redis (= 4.3.1) responders (= 3.0.1) - rqrcode (= 1.1.2) + rqrcode (= 2.0.0) rspec-json_expectations (~> 2.1) rspec-rails (= 5.0.1) rubocop (= 0.93.1)