From 3bbac3667faa2d67e432215f32d3548350d8393a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 28 Dec 2018 07:52:34 +0000 Subject: [PATCH] Update prawn-qrcode to version 0.3.0 --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e764ec0a..3642332b 100644 --- a/Gemfile +++ b/Gemfile @@ -141,7 +141,7 @@ gem 'gravtastic' gem 'country_select' # as PDF generator -gem 'prawn-qrcode', '~> 0.2.2.1' +gem 'prawn-qrcode', '~> 0.3.0' gem 'prawn_rails' gem 'rqrcode' diff --git a/Gemfile.lock b/Gemfile.lock index aecd89a6..7d7bfc86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM archive-zip (~> 0.10) nokogiri (~> 1.8) chronic (0.10.2) - chunky_png (1.3.8) + chunky_png (1.3.11) climate_control (0.2.0) cloudinary (1.11.1) aws_cf_signer @@ -352,7 +352,7 @@ GEM parallel (1.12.1) parser (2.5.3.0) ast (~> 2.4.0) - pdf-core (0.2.5) + pdf-core (0.7.0) pdf-inspector (1.3.0) pdf-reader (>= 1.0, < 3.0.a) pdf-reader (2.2.0) @@ -367,11 +367,11 @@ GEM activesupport rails (>= 3.0.0) powerpack (0.1.2) - prawn (1.0.0) - pdf-core (~> 0.2.2) - ttfunk (~> 1.1.1) - prawn-qrcode (0.2.2.1) - prawn (>= 0.11.1) + prawn (2.2.2) + pdf-core (~> 0.7.0) + ttfunk (~> 1.5) + prawn-qrcode (0.3.0) + prawn (>= 1) rqrcode (>= 0.4.1) prawn_rails (0.0.11) prawn (>= 0.11.1) @@ -576,7 +576,7 @@ GEM transactional_capybara (0.2.0) capybara transitions (0.1.12) - ttfunk (1.1.1) + ttfunk (1.5.1) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -682,7 +682,7 @@ DEPENDENCIES pdf-inspector pg piwik_analytics (~> 1.0.1) - prawn-qrcode (~> 0.2.2.1) + prawn-qrcode (~> 0.3.0) prawn_rails puma (~> 3.0) rails (~> 5.0.7)