From 6c50723bf19c7b300212abdd0f1d11d1ad53b78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Mon, 1 Apr 2019 14:39:17 +0200 Subject: [PATCH] Do not lock prawn-qrcode in Gemfile There is not reason to not use new versions of prawn-qrcode. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f12826cc..6deb806b 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ gem 'gravtastic' gem 'country_select' # as PDF generator -gem 'prawn-qrcode', '~> 0.3.0' +gem 'prawn-qrcode' gem 'prawn_rails' gem 'rqrcode' diff --git a/Gemfile.lock b/Gemfile.lock index fe913a87..350486b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -668,7 +668,7 @@ DEPENDENCIES pdf-inspector pg piwik_analytics (~> 1.0.1) - prawn-qrcode (~> 0.3.0) + prawn-qrcode prawn_rails puma (~> 3.0) rails (~> 5.0.7)