mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Do not lock prawn-qrcode in Gemfile
There is not reason to not use new versions of prawn-qrcode.
This commit is contained in:
parent
1c8fa62fbc
commit
6c50723bf1
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue