From bd7feb83a69aa51da729670cdc960f2d38edb947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 15:34:03 +0100 Subject: [PATCH] update rqrcode to 1.1.2 --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index df7fb2d30..95e936015 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "json-schema", "2.8.1" gem "devise", "4.7.1" gem "devise-two-factor", "3.0.3" gem "devise_lastseenable", "0.0.6" -gem "rqrcode", "0.10.1" +gem "rqrcode", "1.1.2" # Captcha diff --git a/Gemfile.lock b/Gemfile.lock index 6ad403ea9..ef1380388 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -620,8 +620,10 @@ GEM railties (>= 4.2.0, < 6.0) rexml (3.2.4) rotp (2.1.2) - rqrcode (0.10.1) + rqrcode (1.1.2) chunky_png (~> 1.0) + rqrcode_core (~> 0.1) + rqrcode_core (0.1.2) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -905,7 +907,7 @@ DEPENDENCIES redcarpet (= 3.5.0) redis (= 3.3.5) responders (= 2.4.1) - rqrcode (= 0.10.1) + rqrcode (= 1.1.2) rspec-json_expectations (~> 2.1) rspec-rails (= 3.9.1) rubocop (= 0.80.1)