mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update prawn-qrcode to version 0.3.0
This commit is contained in:
parent
ef4b7fda92
commit
3bbac3667f
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
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'
|
||||
|
||||
|
|
|
|||
18
Gemfile.lock
18
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue