mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Set wicked_pdf version to ~> 1.0.6
This commit is contained in:
parent
ee973bb3c1
commit
704bd31fef
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ gem 'commit_param_routing' # Enables different submit actions in the same form t
|
|||
gem 'kaminari'
|
||||
gem 'i18n-js', '~> 3.0' # Localization in javascript files
|
||||
gem 'roo', '~> 2.7.1' # Spreadsheet parser
|
||||
gem 'wicked_pdf'
|
||||
gem 'wicked_pdf', '~> 1.0.6'
|
||||
gem 'silencer' # Silence certain Rails logs
|
||||
gem 'wkhtmltopdf-heroku'
|
||||
gem 'remotipart', '~> 1.2' # Async file uploads
|
||||
|
|
|
@ -448,7 +448,7 @@ GEM
|
|||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.3)
|
||||
whacamole (1.2.0)
|
||||
wicked_pdf (1.1.0)
|
||||
wicked_pdf (1.0.6)
|
||||
wkhtmltopdf-heroku (2.12.4.0)
|
||||
xpath (2.1.0)
|
||||
nokogiri (~> 1.3)
|
||||
|
@ -546,7 +546,7 @@ DEPENDENCIES
|
|||
uglifier (>= 1.3.0)
|
||||
underscore-rails
|
||||
whacamole
|
||||
wicked_pdf
|
||||
wicked_pdf (~> 1.0.6)
|
||||
wkhtmltopdf-heroku
|
||||
yomu
|
||||
|
||||
|
|
Loading…
Reference in a new issue